Html Css Color HEX #CB68E9 Heliotrope

📋 copy color: '#CB68E9'

red 203 ◦ green 104 ◦ blue 233

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

Shades of Heliotrope #CB68E9

Tints of Heliotrope #CB68E9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.26%

 BLUE value IS 233 (91.41% from 255) = 43.15%

R = 37.59%
G = 19.26%
B = 43.15%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CB68E9 (or 0xCB68E9) is known color: Heliotrope. HEX triplet: CB, 68 and E9. RGB value is (203,104,233). Sum of RGB (Red+Green+Blue) = 203+104+233=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 104 (41.02% from 255 or 19.26% from 540); Blue value is 233 (91.41% from 255 or 43.15% from 540); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB68E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB68E9 is #349716. Grayscale: #939393. Windows color (decimal): -3446551 or 15296715. OLE color: 15296715.

HSL color Cylindrical-coordinate representation of color #CB68E9: hue angle of 286.05º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB68E9 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 104 233 -
CMYK 0.13 0.55 0 0.09
HSL 286.05º 0.75% 0.66% -
HSV(B) 286.05º 0.55% 0.91% -
XYZ 44.29 28.48 80.25 -
YUV 148.31 175.8 167.01 -
System Red Green Blue C M Y K H S L
Decimal 203 104 233 0.13 0.55 0 0.09 286.05 0.75 0.66
Hex CB 68 E9 D 37 0 9 11E 4B 42
Octal 313 150 351 15 67 0 11 436 113 102
Binary 11001011 1101000 11101001 1101 110111 0 1001 100011110 1001011 1000010

Color Harmonies of #CB68E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB68E9

Black with #CB68E9

Text Example


Text Example

White with #CB68E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB68E9; }

 p { color: rgb(203,104,233); }

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

background-color css

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

 a { background-color: rgb(203,104,233); }

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

border-color css

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

 span { border-color: rgb(203,104,233); }

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