Html Css Color HEX #CC68EB Heliotrope

📋 copy color: '#CC68EB'

red 204 ◦ green 104 ◦ blue 235

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

Shades of Heliotrope #CC68EB

Tints of Heliotrope #CC68EB

RGB

 RED value IS 204 (80.08% from 255) = 37.57%

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

 BLUE value IS 235 (92.19% from 255) = 43.28%

R = 37.57%
G = 19.15%
B = 43.28%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC68EB (or 0xCC68EB) is known color: Heliotrope. HEX triplet: CC, 68 and EB. RGB value is (204,104,235). Sum of RGB (Red+Green+Blue) = 204+104+235=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC68EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC68EB is #339714. Grayscale: #949494. Windows color (decimal): -3381013 or 15427788. OLE color: 15427788.

HSL color Cylindrical-coordinate representation of color #CC68EB: hue angle of 285.8º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC68EB is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 104 235 -
CMYK 0.13 0.56 0 0.08
HSL 285.8º 0.77% 0.66% -
HSV(B) 285.8º 0.56% 0.92% -
XYZ 44.85 28.74 81.78 -
YUV 148.83 176.63 167.35 -
System Red Green Blue C M Y K H S L
Decimal 204 104 235 0.13 0.56 0 0.08 285.8 0.77 0.66
Hex CC 68 EB D 38 0 8 11E 4D 42
Octal 314 150 353 15 70 0 10 436 115 102
Binary 11001100 1101000 11101011 1101 111000 0 1000 100011110 1001101 1000010

Color Harmonies of #CC68EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC68EB

Black with #CC68EB

Text Example


Text Example

White with #CC68EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC68EB; }

 p { color: rgb(204,104,235); }

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

background-color css

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

 a { background-color: rgb(204,104,235); }

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

border-color css

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

 span { border-color: rgb(204,104,235); }

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