#cb66f2

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

Shades of Heliotrope #CB66F2

Tints of Heliotrope #CB66F2

Color information

#CB66F2 (or 0xCB66F2) is unknown color: approx Heliotrope. HEX triplet: CB, 66 and F2. RGB value is (203,102,242). Sum of RGB (Red+Green+Blue) = 203+102+242=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 102 (40.23% from 255 or 18.65% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB66F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB66F2 is #34990D. Grayscale: #939393. Windows color (decimal): -3447054 or 15886027. OLE color: 15886027.

HSL color Cylindrical-coordinate representation of color #CB66F2: hue angle of 283.29º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB66F2 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203102242-
CMYK0.160.5800.05
HSL283.29º84.34%67.45%-
HSV(B)283.29º57.85%94.9%-
XYZ45.4128.6187.13-
YUV148.16180.96167.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.11%
GREEN value IS 102 (40.23% from 255) = 18.65%
BLUE value IS 242 (94.92% from 255) = 44.24%
R=37.11%
G=18.65%
B=44.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031022420.160.5800.05283.2984.3467.45
HexCB66F2103A0511b5443
Octal313146362207205433124103
Binary1100101111001101111001010000111010010110001101110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb66f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb66f2; }

 p { color: rgb(203,102,242); }

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

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

 a { background-color: rgb(203,102,242); }

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

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

 span { border-color: rgb(203,102,242); }

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