#CF5AF3

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

Shades of Heliotrope #CF5AF3

Tints of Heliotrope #CF5AF3

Color information

#CF5AF3 (or 0xCF5AF3) is unknown color: approx Heliotrope. HEX triplet: CF, 5A and F3. RGB value is (207,90,243). Sum of RGB (Red+Green+Blue) = 207+90+243=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 90 (35.55% from 255 or 16.67% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF5AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5AF3 is #30A50C. Grayscale: #8D8D8D. Windows color (decimal): -3187981 or 15948495. OLE color: 15948495.

HSL color Cylindrical-coordinate representation of color #CF5AF3: hue angle of 285.88º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF5AF3 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20790243-
CMYK0.150.6300.05
HSL285.88º86.44%65.29%-
HSV(B)285.88º62.96%95.29%-
XYZ45.5727.0587.61-
YUV142.43184.76174.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.33%
GREEN value IS 90 (35.55% from 255) = 16.67%
BLUE value IS 243 (95.31% from 255) = 45%
R=38.33%
G=16.67%
B=45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal207902430.150.6300.05285.8886.4465.29
HexCF5AF3F3F0511e5641
Octal317132363177705436126101
Binary110011111011010111100111111111111010110001111010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5AF3; }

 p { color: rgb(207,90,243); }

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

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

 a { background-color: rgb(207,90,243); }

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

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

 span { border-color: rgb(207,90,243); }

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