Html Css Color HEX #CC61EC Heliotrope

📋 copy color: '#CC61EC'

red 204 ◦ green 97 ◦ blue 236

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

Shades of Heliotrope #CC61EC

Tints of Heliotrope #CC61EC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.06%

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

R = 37.99%
G = 18.06%
B = 43.95%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC61EC (or 0xCC61EC) is known color: Heliotrope. HEX triplet: CC, 61 and EC. RGB value is (204,97,236). Sum of RGB (Red+Green+Blue) = 204+97+236=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 97 (38.28% from 255 or 18.06% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC61EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC61EC is #339E13. Grayscale: #909090. Windows color (decimal): -3382804 or 15491532. OLE color: 15491532.

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

Color convert

RGB 204 97 236 -
CMYK 0.14 0.59 0 0.07
HSL 286.19º 0.79% 0.65% -
HSV(B) 286.19º 0.59% 0.93% -
XYZ 44.32 27.44 82.32 -
YUV 144.84 179.45 170.2 -
System Red Green Blue C M Y K H S L
Decimal 204 97 236 0.14 0.59 0 0.07 286.19 0.79 0.65
Hex CC 61 EC E 3B 0 7 11E 4F 41
Octal 314 141 354 16 73 0 7 436 117 101
Binary 11001100 1100001 11101100 1110 111011 0 111 100011110 1001111 1000001

Color Harmonies of #CC61EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC61EC

Black with #CC61EC

Text Example


Text Example

White with #CC61EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC61EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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