Html Css Color HEX #CC68EC Heliotrope

📋 copy color: '#CC68EC'

red 204 ◦ green 104 ◦ blue 236

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

Shades of Heliotrope #CC68EC

Tints of Heliotrope #CC68EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.38%

R = 37.5%
G = 19.12%
B = 43.38%

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

#CC68EC (or 0xCC68EC) is known color: Heliotrope. HEX triplet: CC, 68 and EC. RGB value is (204,104,236). Sum of RGB (Red+Green+Blue) = 204+104+236=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC68EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC68EC is #339713. Grayscale: #949494. Windows color (decimal): -3381012 or 15493324. OLE color: 15493324.

HSL color Cylindrical-coordinate representation of color #CC68EC: hue angle of 285.45º degrees, saturation: 0.78, 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 #CC68EC is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 104 236 -
CMYK 0.14 0.56 0 0.07
HSL 285.45º 0.78% 0.67% -
HSV(B) 285.45º 0.56% 0.93% -
XYZ 44.99 28.79 82.54 -
YUV 148.95 177.13 167.27 -
System Red Green Blue C M Y K H S L
Decimal 204 104 236 0.14 0.56 0 0.07 285.45 0.78 0.67
Hex CC 68 EC E 38 0 7 11D 4E 43
Octal 314 150 354 16 70 0 7 435 116 103
Binary 11001100 1101000 11101100 1110 111000 0 111 100011101 1001110 1000011

Color Harmonies of #CC68EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC68EC

Black with #CC68EC

Text Example


Text Example

White with #CC68EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC68EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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