Html Css Color HEX #CC60F7 Heliotrope

📋 copy color: '#CC60F7'

red 204 ◦ green 96 ◦ blue 247

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

Shades of Heliotrope #CC60F7

Tints of Heliotrope #CC60F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.16%

R = 37.29%
G = 17.55%
B = 45.16%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC60F7 (or 0xCC60F7) is known color: Heliotrope. HEX triplet: CC, 60 and F7. RGB value is (204,96,247). Sum of RGB (Red+Green+Blue) = 204+96+247=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 96 (37.89% from 255 or 17.55% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC60F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC60F7 is #339F08. Grayscale: #919191. Windows color (decimal): -3383049 or 16212172. OLE color: 16212172.

HSL color Cylindrical-coordinate representation of color #CC60F7: hue angle of 282.91º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC60F7 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 96 247 -
CMYK 0.17 0.61 0 0.03
HSL 282.91º 0.9% 0.67% -
HSV(B) 282.91º 0.61% 0.97% -
XYZ 45.87 27.92 90.97 -
YUV 145.51 185.28 169.72 -
System Red Green Blue C M Y K H S L
Decimal 204 96 247 0.17 0.61 0 0.03 282.91 0.9 0.67
Hex CC 60 F7 11 3D 0 3 11B 5A 43
Octal 314 140 367 21 75 0 3 433 132 103
Binary 11001100 1100000 11110111 10001 111101 0 11 100011011 1011010 1000011

Color Harmonies of #CC60F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC60F7

Black with #CC60F7

Text Example


Text Example

White with #CC60F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC60F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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