#CF6CFB

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

Shades of Heliotrope #CF6CFB

Tints of Heliotrope #CF6CFB

Color information

#CF6CFB (or 0xCF6CFB) is unknown color: approx Heliotrope. HEX triplet: CF, 6C and FB. RGB value is (207,108,251). Sum of RGB (Red+Green+Blue) = 207+108+251=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 108 (42.58% from 255 or 19.08% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF6CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6CFB is #309304. Grayscale: #999999. Windows color (decimal): -3183365 or 16477391. OLE color: 16477391.

HSL color Cylindrical-coordinate representation of color #CF6CFB: hue angle of 281.54º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF6CFB is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207108251-
CMYK0.180.5700.02
HSL281.54º94.7%70.39%-
HSV(B)281.54º56.97%98.43%-
XYZ48.5130.9694.69-
YUV153.9182.8165.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.57%
GREEN value IS 108 (42.58% from 255) = 19.08%
BLUE value IS 251 (98.44% from 255) = 44.35%
R=36.57%
G=19.08%
B=44.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071082510.180.5700.02281.5494.770.39
HexCF6CFB12390211a5f46
Octal317154373227102432137106
Binary110011111101100111110111001011100101010001101010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6CFB; }

 p { color: rgb(207,108,251); }

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

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

 a { background-color: rgb(207,108,251); }

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

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

 span { border-color: rgb(207,108,251); }

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