Html Css Color HEX #CC74EE Heliotrope

📋 copy color: '#CC74EE'

red 204 ◦ green 116 ◦ blue 238

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

Shades of Heliotrope #CC74EE

Tints of Heliotrope #CC74EE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.79%

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

R = 36.56%
G = 20.79%
B = 42.65%

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

#CC74EE (or 0xCC74EE) is known color: Heliotrope. HEX triplet: CC, 74 and EE. RGB value is (204,116,238). Sum of RGB (Red+Green+Blue) = 204+116+238=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 116 (45.70% from 255 or 20.79% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC74EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC74EE is #338B11. Grayscale: #9B9B9B. Windows color (decimal): -3377938 or 15627468. OLE color: 15627468.

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

Color convert

RGB 204 116 238 -
CMYK 0.14 0.51 0 0.07
HSL 283.28º 0.78% 0.69% -
HSV(B) 283.28º 0.51% 0.93% -
XYZ 46.58 31.5 84.51 -
YUV 156.22 174.15 162.08 -
System Red Green Blue C M Y K H S L
Decimal 204 116 238 0.14 0.51 0 0.07 283.28 0.78 0.69
Hex CC 74 EE E 33 0 7 11B 4E 45
Octal 314 164 356 16 63 0 7 433 116 105
Binary 11001100 1110100 11101110 1110 110011 0 111 100011011 1001110 1000101

Color Harmonies of #CC74EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC74EE

Black with #CC74EE

Text Example


Text Example

White with #CC74EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC74EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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