Html Css Color HEX #CC60F3 Heliotrope

📋 copy color: '#CC60F3'

red 204 ◦ green 96 ◦ blue 243

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

Shades of Heliotrope #CC60F3

Tints of Heliotrope #CC60F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 44.75%

R = 37.57%
G = 17.68%
B = 44.75%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC60F3 (or 0xCC60F3) is known color: Heliotrope. HEX triplet: CC, 60 and F3. RGB value is (204,96,243). Sum of RGB (Red+Green+Blue) = 204+96+243=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 96 (37.89% from 255 or 17.68% from 543); Blue value is 243 (95.31% from 255 or 44.75% from 543); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC60F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC60F3 is #339F0C. Grayscale: #909090. Windows color (decimal): -3383053 or 15950028. OLE color: 15950028.

HSL color Cylindrical-coordinate representation of color #CC60F3: hue angle of 284.08º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC60F3 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 96 243 -
CMYK 0.16 0.60 0 0.05
HSL 284.08º 0.86% 0.66% -
HSV(B) 284.08º 0.6% 0.95% -
XYZ 45.26 27.67 87.75 -
YUV 145.05 183.28 170.05 -
System Red Green Blue C M Y K H S L
Decimal 204 96 243 0.16 0.60 0 0.05 284.08 0.86 0.66
Hex CC 60 F3 10 3C 0 5 11C 56 42
Octal 314 140 363 20 74 0 5 434 126 102
Binary 11001100 1100000 11110011 10000 111100 0 101 100011100 1010110 1000010

Color Harmonies of #CC60F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC60F3

Black with #CC60F3

Text Example


Text Example

White with #CC60F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC60F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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