#CB85FF

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

Shades of Heliotrope #CB85FF

Tints of Heliotrope #CB85FF

Color information

#CB85FF (or 0xCB85FF) is unknown color: approx Heliotrope. HEX triplet: CB, 85 and FF. RGB value is (203,133,255). Sum of RGB (Red+Green+Blue) = 203+133+255=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB85FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB85FF is #347A00. Grayscale: #A7A7A7. Windows color (decimal): -3439105 or 16745931. OLE color: 16745931.

HSL color Cylindrical-coordinate representation of color #CB85FF: hue angle of 274.43º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB85FF is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203133255-
CMYK0.200.4800
HSL274.43º100%76.08%-
HSV(B)274.43º47.84%100%-
XYZ51.0736.6999-
YUV167.84177.19153.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.35%
GREEN value IS 133 (52.34% from 255) = 22.50%
BLUE value IS 255 (100% from 255) = 43.15%
R=34.35%
G=22.50%
B=43.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031332550.200.4800274.4310076.08
HexCB85FF143000112644c
Octal313205377246000422144114
Binary110010111000010111111111101001100000010001001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB85FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB85FF; }

 p { color: rgb(203,133,255); }

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

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

 a { background-color: rgb(203,133,255); }

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

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

 span { border-color: rgb(203,133,255); }

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