Html Css Color HEX #CC74F6 Heliotrope

📋 copy color: '#CC74F6'

red 204 ◦ green 116 ◦ blue 246

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

Shades of Heliotrope #CC74F6

Tints of Heliotrope #CC74F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.46%

R = 36.04%
G = 20.49%
B = 43.46%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC74F6 (or 0xCC74F6) is known color: Heliotrope. HEX triplet: CC, 74 and F6. RGB value is (204,116,246). Sum of RGB (Red+Green+Blue) = 204+116+246=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #CC74F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC74F6 is #338B09. Grayscale: #9C9C9C. Windows color (decimal): -3377930 or 16151756. OLE color: 16151756.

HSL color Cylindrical-coordinate representation of color #CC74F6: hue angle of 280.62º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC74F6 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 116 246 -
CMYK 0.17 0.53 0 0.04
HSL 280.62º 0.88% 0.71% -
HSV(B) 280.62º 0.53% 0.96% -
XYZ 47.78 31.98 90.84 -
YUV 157.13 178.15 161.43 -
System Red Green Blue C M Y K H S L
Decimal 204 116 246 0.17 0.53 0 0.04 280.62 0.88 0.71
Hex CC 74 F6 11 35 0 4 119 58 47
Octal 314 164 366 21 65 0 4 431 130 107
Binary 11001100 1110100 11110110 10001 110101 0 100 100011001 1011000 1000111

Color Harmonies of #CC74F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC74F6

Black with #CC74F6

Text Example


Text Example

White with #CC74F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC74F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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