Html Css Color HEX #CC74FD Heliotrope

📋 copy color: '#CC74FD'

red 204 ◦ green 116 ◦ blue 253

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

Shades of Heliotrope #CC74FD

Tints of Heliotrope #CC74FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.15%

R = 35.6%
G = 20.24%
B = 44.15%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC74FD (or 0xCC74FD) is known color: Heliotrope. HEX triplet: CC, 74 and FD. RGB value is (204,116,253). Sum of RGB (Red+Green+Blue) = 204+116+253=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 116 (45.70% from 255 or 20.24% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC74FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC74FD is #338B02. Grayscale: #9D9D9D. Windows color (decimal): -3377923 or 16610508. OLE color: 16610508.

HSL color Cylindrical-coordinate representation of color #CC74FD: hue angle of 278.54º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC74FD is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 116 253 -
CMYK 0.19 0.54 0 0.01
HSL 278.54º 0.97% 0.72% -
HSV(B) 278.54º 0.54% 0.99% -
XYZ 48.88 32.42 96.61 -
YUV 157.93 181.65 160.86 -
System Red Green Blue C M Y K H S L
Decimal 204 116 253 0.19 0.54 0 0.01 278.54 0.97 0.72
Hex CC 74 FD 13 36 0 1 117 61 48
Octal 314 164 375 23 66 0 1 427 141 110
Binary 11001100 1110100 11111101 10011 110110 0 1 100010111 1100001 1001000

Color Harmonies of #CC74FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC74FD

Black with #CC74FD

Text Example


Text Example

White with #CC74FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC74FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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