Html Css Color HEX #CB85EF Heliotrope

📋 copy color: '#CB85EF'

red 203 ◦ green 133 ◦ blue 239

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

Shades of Heliotrope #CB85EF

Tints of Heliotrope #CB85EF

RGB

 RED value IS 203 (79.69% from 255) = 35.3%

 GREEN value IS 133 (52.34% from 255) = 23.13%

 BLUE value IS 239 (93.75% from 255) = 41.57%

R = 35.3%
G = 23.13%
B = 41.57%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB85EF (or 0xCB85EF) is known color: Heliotrope. HEX triplet: CB, 85 and EF. RGB value is (203,133,239). Sum of RGB (Red+Green+Blue) = 203+133+239=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB85EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB85EF is #347A10. Grayscale: #A5A5A5. Windows color (decimal): -3439121 or 15697355. OLE color: 15697355.

HSL color Cylindrical-coordinate representation of color #CB85EF: hue angle of 279.62º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB85EF is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 133 239 -
CMYK 0.15 0.44 0 0.06
HSL 279.62º 0.77% 0.73% -
HSV(B) 279.62º 0.44% 0.94% -
XYZ 48.6 35.7 85.99 -
YUV 166.01 169.19 154.38 -
System Red Green Blue C M Y K H S L
Decimal 203 133 239 0.15 0.44 0 0.06 279.62 0.77 0.73
Hex CB 85 EF F 2C 0 6 118 4D 49
Octal 313 205 357 17 54 0 6 430 115 111
Binary 11001011 10000101 11101111 1111 101100 0 110 100011000 1001101 1001001

Color Harmonies of #CB85EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB85EF

Black with #CB85EF

Text Example


Text Example

White with #CB85EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB85EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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