Html Css Color HEX #CC65EE Heliotrope

📋 copy color: '#CC65EE'

red 204 ◦ green 101 ◦ blue 238

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

Shades of Heliotrope #CC65EE

Tints of Heliotrope #CC65EE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.6%

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

R = 37.57%
G = 18.6%
B = 43.83%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC65EE (or 0xCC65EE) is known color: Heliotrope. HEX triplet: CC, 65 and EE. RGB value is (204,101,238). Sum of RGB (Red+Green+Blue) = 204+101+238=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 101 (39.84% from 255 or 18.60% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC65EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC65EE is #339A11. Grayscale: #929292. Windows color (decimal): -3381778 or 15623628. OLE color: 15623628.

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

Color convert

RGB 204 101 238 -
CMYK 0.14 0.58 0 0.07
HSL 285.11º 0.8% 0.66% -
HSV(B) 285.11º 0.58% 0.93% -
XYZ 44.99 28.32 83.98 -
YUV 147.42 179.12 168.36 -
System Red Green Blue C M Y K H S L
Decimal 204 101 238 0.14 0.58 0 0.07 285.11 0.8 0.66
Hex CC 65 EE E 3A 0 7 11D 50 42
Octal 314 145 356 16 72 0 7 435 120 102
Binary 11001100 1100101 11101110 1110 111010 0 111 100011101 1010000 1000010

Color Harmonies of #CC65EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC65EE

Black with #CC65EE

Text Example


Text Example

White with #CC65EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC65EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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