Html Css Color HEX #CF5FEC Heliotrope

📋 copy color: '#CF5FEC'

red 207 ◦ green 95 ◦ blue 236

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

Shades of Heliotrope #CF5FEC

Tints of Heliotrope #CF5FEC

RGB

 RED value IS 207 (81.25% from 255) = 38.48%

 GREEN value IS 95 (37.5% from 255) = 17.66%

 BLUE value IS 236 (92.58% from 255) = 43.87%

R = 38.48%
G = 17.66%
B = 43.87%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF5FEC (or 0xCF5FEC) is known color: Heliotrope. HEX triplet: CF, 5F and EC. RGB value is (207,95,236). Sum of RGB (Red+Green+Blue) = 207+95+236=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 95 (37.5% from 255 or 17.66% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF5FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5FEC is #30A013. Grayscale: #909090. Windows color (decimal): -3186708 or 15491023. OLE color: 15491023.

HSL color Cylindrical-coordinate representation of color #CF5FEC: hue angle of 287.66º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF5FEC is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 95 236 -
CMYK 0.12 0.60 0 0.07
HSL 287.66º 0.79% 0.65% -
HSV(B) 287.66º 0.6% 0.93% -
XYZ 44.96 27.51 82.3 -
YUV 144.56 179.61 172.54 -
System Red Green Blue C M Y K H S L
Decimal 207 95 236 0.12 0.60 0 0.07 287.66 0.79 0.65
Hex CF 5F EC C 3C 0 7 120 4F 41
Octal 317 137 354 14 74 0 7 440 117 101
Binary 11001111 1011111 11101100 1100 111100 0 111 100100000 1001111 1000001

Color Harmonies of #CF5FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5FEC

Black with #CF5FEC

Text Example


Text Example

White with #CF5FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5FEC; }

 p { color: rgb(207,95,236); }

 H1.HeaderClassName
 {
   color: #CF5FEC;
 }
 .AnyTagClassName
 {
   color: #CF5FEC;
 }
</style>

background-color css

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

 a { background-color: rgb(207,95,236); }

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

border-color css

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

 span { border-color: rgb(207,95,236); }

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