Html Css Color HEX #CC74FA Heliotrope

📋 copy color: '#CC74FA'

red 204 ◦ green 116 ◦ blue 250

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

Shades of Heliotrope #CC74FA

Tints of Heliotrope #CC74FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 35.79%
G = 20.35%
B = 43.86%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC74FA (or 0xCC74FA) is known color: Heliotrope. HEX triplet: CC, 74 and FA. RGB value is (204,116,250). Sum of RGB (Red+Green+Blue) = 204+116+250=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC74FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC74FA is #338B05. Grayscale: #9D9D9D. Windows color (decimal): -3377926 or 16413900. OLE color: 16413900.

HSL color Cylindrical-coordinate representation of color #CC74FA: hue angle of 279.4º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC74FA is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 116 250 -
CMYK 0.18 0.54 0 0.02
HSL 279.4º 0.93% 0.72% -
HSV(B) 279.4º 0.54% 0.98% -
XYZ 48.4 32.23 94.11 -
YUV 157.59 180.15 161.1 -
System Red Green Blue C M Y K H S L
Decimal 204 116 250 0.18 0.54 0 0.02 279.4 0.93 0.72
Hex CC 74 FA 12 36 0 2 117 5D 48
Octal 314 164 372 22 66 0 2 427 135 110
Binary 11001100 1110100 11111010 10010 110110 0 10 100010111 1011101 1001000

Color Harmonies of #CC74FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC74FA

Black with #CC74FA

Text Example


Text Example

White with #CC74FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC74FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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