Html Css Color HEX #CC74E9 Heliotrope

📋 copy color: '#CC74E9'

red 204 ◦ green 116 ◦ blue 233

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

Shades of Heliotrope #CC74E9

Tints of Heliotrope #CC74E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.13%

R = 36.89%
G = 20.98%
B = 42.13%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC74E9 (or 0xCC74E9) is known color: Heliotrope. HEX triplet: CC, 74 and E9. RGB value is (204,116,233). Sum of RGB (Red+Green+Blue) = 204+116+233=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 116 (45.70% from 255 or 20.98% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC74E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC74E9 is #338B16. Grayscale: #9B9B9B. Windows color (decimal): -3377943 or 15299788. OLE color: 15299788.

HSL color Cylindrical-coordinate representation of color #CC74E9: hue angle of 285.13º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC74E9 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 116 233 -
CMYK 0.12 0.50 0 0.09
HSL 285.13º 0.73% 0.68% -
HSV(B) 285.13º 0.5% 0.91% -
XYZ 45.86 31.21 80.7 -
YUV 155.65 171.65 162.49 -
System Red Green Blue C M Y K H S L
Decimal 204 116 233 0.12 0.50 0 0.09 285.13 0.73 0.68
Hex CC 74 E9 C 32 0 9 11D 49 44
Octal 314 164 351 14 62 0 11 435 111 104
Binary 11001100 1110100 11101001 1100 110010 0 1001 100011101 1001001 1000100

Color Harmonies of #CC74E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC74E9

Black with #CC74E9

Text Example


Text Example

White with #CC74E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC74E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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