#CF42E8

Color #CF42E8 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CF42E8

Tints of Medium Orchid #CF42E8

Color information

#CF42E8 (or 0xCF42E8) is unknown color: approx Medium Orchid. HEX triplet: CF, 42 and E8. RGB value is (207,66,232). Sum of RGB (Red+Green+Blue) = 207+66+232=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 66 (26.17% from 255 or 13.07% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #CF42E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF42E8 is #30BD17. Grayscale: #7E7E7E. Windows color (decimal): -3194136 or 15221455. OLE color: 15221455.

HSL color Cylindrical-coordinate representation of color #CF42E8: hue angle of 290.96º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF42E8 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20766232-
CMYK0.110.7200.09
HSL290.96º78.3%58.43%-
HSV(B)290.96º71.55%90.98%-
XYZ42.2522.9978.55-
YUV127.08187.21185-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 40.99%
GREEN value IS 66 (26.17% from 255) = 13.07%
BLUE value IS 232 (91.02% from 255) = 45.94%
R=40.99%
G=13.07%
B=45.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal207662320.110.7200.09290.9678.358.43
HexCF42E8B48091234e3a
Octal3171023501311001144311672
Binary1100111110000101110100010111001000010011001000111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF42E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF42E8; }

 p { color: rgb(207,66,232); }

 H1.HeaderClassName
 {
   color: #CF42E8;
 }
 .AnyTagClassName
 {
   color: #CF42E8;
 }
</style>
background-color css

<style>
 a { background-color: #CF42E8; }

 a { background-color: rgb(207,66,232); }

 div.DivClassName
 {
   background-color: #CF42E8;
 }
 .BgClassName
 {
   background-color: #CF42E8;
 }
</style>
border-color css

<style>
 span { border-color: #CF42E8; }

 span { border-color: rgb(207,66,232); }

 td.TdClassName
 {
   border-color: #CF42E8;
 }
 .TagClassName
 {
   border-color: #CF42E8;
 }
</style>