Html Css Color HEX #CC74FF Heliotrope

📋 copy color: '#CC74FF'

red 204 ◦ green 116 ◦ blue 255

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

Shades of Heliotrope #CC74FF

Tints of Heliotrope #CC74FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.35%

R = 35.48%
G = 20.17%
B = 44.35%

CMYK

 C value IS 0.2

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC74FF (or 0xCC74FF) is known color: Heliotrope. HEX triplet: CC, 74 and FF. RGB value is (204,116,255). Sum of RGB (Red+Green+Blue) = 204+116+255=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 116 (45.70% from 255 or 20.17% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC74FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC74FF is #338B00. Grayscale: #9D9D9D. Windows color (decimal): -3377921 or 16741580. OLE color: 16741580.

HSL color Cylindrical-coordinate representation of color #CC74FF: hue angle of 277.99º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC74FF is Cyan = 0.2, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 116 255 -
CMYK 0.2 0.55 0 0
HSL 277.99º 1% 0.73% -
HSV(B) 277.99º 0.55% 1% -
XYZ 49.2 32.55 98.3 -
YUV 158.16 182.65 160.7 -
System Red Green Blue C M Y K H S L
Decimal 204 116 255 0.2 0.55 0 0 277.99 1 0.73
Hex CC 74 FF 14 37 0 0 116 64 49
Octal 314 164 377 24 67 0 0 426 144 111
Binary 11001100 1110100 11111111 10100 110111 0 0 100010110 1100100 1001001

Color Harmonies of #CC74FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC74FF

Black with #CC74FF

Text Example


Text Example

White with #CC74FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC74FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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