Html Css Color HEX #CB68ED Heliotrope

📋 copy color: '#CB68ED'

red 203 ◦ green 104 ◦ blue 237

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

Shades of Heliotrope #CB68ED

Tints of Heliotrope #CB68ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.57%

R = 37.32%
G = 19.12%
B = 43.57%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB68ED (or 0xCB68ED) is known color: Heliotrope. HEX triplet: CB, 68 and ED. RGB value is (203,104,237). Sum of RGB (Red+Green+Blue) = 203+104+237=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB68ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB68ED is #349712. Grayscale: #949494. Windows color (decimal): -3446547 or 15558859. OLE color: 15558859.

HSL color Cylindrical-coordinate representation of color #CB68ED: hue angle of 284.66º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB68ED is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 104 237 -
CMYK 0.14 0.56 0 0.07
HSL 284.66º 0.79% 0.67% -
HSV(B) 284.66º 0.56% 0.93% -
XYZ 44.86 28.71 83.3 -
YUV 148.76 177.8 166.69 -
System Red Green Blue C M Y K H S L
Decimal 203 104 237 0.14 0.56 0 0.07 284.66 0.79 0.67
Hex CB 68 ED E 38 0 7 11D 4F 43
Octal 313 150 355 16 70 0 7 435 117 103
Binary 11001011 1101000 11101101 1110 111000 0 111 100011101 1001111 1000011

Color Harmonies of #CB68ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB68ED

Black with #CB68ED

Text Example


Text Example

White with #CB68ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB68ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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