Html Css Color HEX #CC61EE Heliotrope

📋 copy color: '#CC61EE'

red 204 ◦ green 97 ◦ blue 238

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

Shades of Heliotrope #CC61EE

Tints of Heliotrope #CC61EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.16%

R = 37.85%
G = 18%
B = 44.16%

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

#CC61EE (or 0xCC61EE) is known color: Heliotrope. HEX triplet: CC, 61 and EE. RGB value is (204,97,238). Sum of RGB (Red+Green+Blue) = 204+97+238=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 97 (38.28% from 255 or 18.00% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC61EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC61EE is #339E11. Grayscale: #909090. Windows color (decimal): -3382802 or 15622604. OLE color: 15622604.

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

Color convert

RGB 204 97 238 -
CMYK 0.14 0.59 0 0.07
HSL 285.53º 0.81% 0.66% -
HSV(B) 285.53º 0.59% 0.93% -
XYZ 44.61 27.56 83.86 -
YUV 145.07 180.45 170.04 -
System Red Green Blue C M Y K H S L
Decimal 204 97 238 0.14 0.59 0 0.07 285.53 0.81 0.66
Hex CC 61 EE E 3B 0 7 11E 51 42
Octal 314 141 356 16 73 0 7 436 121 102
Binary 11001100 1100001 11101110 1110 111011 0 111 100011110 1010001 1000010

Color Harmonies of #CC61EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC61EE

Black with #CC61EE

Text Example


Text Example

White with #CC61EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC61EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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