Html Css Color HEX #CC5CFD Heliotrope

📋 copy color: '#CC5CFD'

red 204 ◦ green 92 ◦ blue 253

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

Shades of Heliotrope #CC5CFD

Tints of Heliotrope #CC5CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.76%

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

R = 37.16%
G = 16.76%
B = 46.08%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC5CFD (or 0xCC5CFD) is known color: Heliotrope. HEX triplet: CC, 5C and FD. RGB value is (204,92,253). Sum of RGB (Red+Green+Blue) = 204+92+253=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 92 (36.33% from 255 or 16.76% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC5CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5CFD is #33A302. Grayscale: #8F8F8F. Windows color (decimal): -3384067 or 16604364. OLE color: 16604364.

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

Color convert

RGB 204 92 253 -
CMYK 0.19 0.64 0 0.01
HSL 281.74º 0.98% 0.68% -
HSV(B) 281.74º 0.64% 0.99% -
XYZ 46.46 27.58 95.8 -
YUV 143.84 189.61 170.91 -
System Red Green Blue C M Y K H S L
Decimal 204 92 253 0.19 0.64 0 0.01 281.74 0.98 0.68
Hex CC 5C FD 13 40 0 1 11A 62 44
Octal 314 134 375 23 100 0 1 432 142 104
Binary 11001100 1011100 11111101 10011 1000000 0 1 100011010 1100010 1000100

Color Harmonies of #CC5CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5CFD

Black with #CC5CFD

Text Example


Text Example

White with #CC5CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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