Html Css Color HEX #CC75EE Heliotrope

📋 copy color: '#CC75EE'

red 204 ◦ green 117 ◦ blue 238

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

Shades of Heliotrope #CC75EE

Tints of Heliotrope #CC75EE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.93%

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

R = 36.49%
G = 20.93%
B = 42.58%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC75EE (or 0xCC75EE) is known color: Heliotrope. HEX triplet: CC, 75 and EE. RGB value is (204,117,238). Sum of RGB (Red+Green+Blue) = 204+117+238=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC75EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC75EE is #338A11. Grayscale: #9C9C9C. Windows color (decimal): -3377682 or 15627724. OLE color: 15627724.

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

Color convert

RGB 204 117 238 -
CMYK 0.14 0.51 0 0.07
HSL 283.14º 0.78% 0.7% -
HSV(B) 283.14º 0.51% 0.93% -
XYZ 46.7 31.73 84.55 -
YUV 156.81 173.82 161.66 -
System Red Green Blue C M Y K H S L
Decimal 204 117 238 0.14 0.51 0 0.07 283.14 0.78 0.7
Hex CC 75 EE E 33 0 7 11B 4E 46
Octal 314 165 356 16 63 0 7 433 116 106
Binary 11001100 1110101 11101110 1110 110011 0 111 100011011 1001110 1000110

Color Harmonies of #CC75EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC75EE

Black with #CC75EE

Text Example


Text Example

White with #CC75EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC75EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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