Html Css Color HEX #CF42E8 Medium Orchid

📋 copy color: '#CF42E8'

red 207 ◦ green 66 ◦ blue 232

#CF42E8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CF42E8

Tints of Medium Orchid #CF42E8

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 value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CF42E8 (or 0xCF42E8) is known color: 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

RGB 207 66 232 -
CMYK 0.11 0.72 0 0.09
HSL 290.96º 0.78% 0.58% -
HSV(B) 290.96º 0.72% 0.91% -
XYZ 42.25 22.99 78.55 -
YUV 127.08 187.21 185 -
System Red Green Blue C M Y K H S L
Decimal 207 66 232 0.11 0.72 0 0.09 290.96 0.78 0.58
Hex CF 42 E8 B 48 0 9 123 4E 3A
Octal 317 102 350 13 110 0 11 443 116 72
Binary 11001111 1000010 11101000 1011 1001000 0 1001 100100011 1001110 111010

Color Harmonies of #CF42E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF42E8

Black with #CF42E8

Text Example


Text Example

White with #CF42E8

Text Example


Text Example

HTML Codes & Css Web 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>