Html Css Color HEX #CC60FD Heliotrope

📋 copy color: '#CC60FD'

red 204 ◦ green 96 ◦ blue 253

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

Shades of Heliotrope #CC60FD

Tints of Heliotrope #CC60FD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.36%

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

R = 36.89%
G = 17.36%
B = 45.75%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC60FD (or 0xCC60FD) is known color: Heliotrope. HEX triplet: CC, 60 and FD. RGB value is (204,96,253). Sum of RGB (Red+Green+Blue) = 204+96+253=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 96 (37.89% from 255 or 17.36% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC60FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC60FD is #339F02. Grayscale: #919191. Windows color (decimal): -3383043 or 16605388. OLE color: 16605388.

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

Color convert

RGB 204 96 253 -
CMYK 0.19 0.62 0 0.01
HSL 281.27º 0.98% 0.68% -
HSV(B) 281.27º 0.62% 0.99% -
XYZ 46.81 28.29 95.92 -
YUV 146.19 188.28 169.23 -
System Red Green Blue C M Y K H S L
Decimal 204 96 253 0.19 0.62 0 0.01 281.27 0.98 0.68
Hex CC 60 FD 13 3E 0 1 119 62 44
Octal 314 140 375 23 76 0 1 431 142 104
Binary 11001100 1100000 11111101 10011 111110 0 1 100011001 1100010 1000100

Color Harmonies of #CC60FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC60FD

Black with #CC60FD

Text Example


Text Example

White with #CC60FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC60FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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