Html Css Color HEX #CC60F1 Heliotrope

📋 copy color: '#CC60F1'

red 204 ◦ green 96 ◦ blue 241

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

Shades of Heliotrope #CC60F1

Tints of Heliotrope #CC60F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.55%

R = 37.71%
G = 17.74%
B = 44.55%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC60F1 (or 0xCC60F1) is known color: Heliotrope. HEX triplet: CC, 60 and F1. RGB value is (204,96,241). Sum of RGB (Red+Green+Blue) = 204+96+241=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 96 (37.89% from 255 or 17.74% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC60F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC60F1 is #339F0E. Grayscale: #909090. Windows color (decimal): -3383055 or 15818956. OLE color: 15818956.

HSL color Cylindrical-coordinate representation of color #CC60F1: hue angle of 284.69º degrees, saturation: 0.84, 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 #CC60F1 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 96 241 -
CMYK 0.15 0.60 0 0.05
HSL 284.69º 0.84% 0.66% -
HSV(B) 284.69º 0.6% 0.95% -
XYZ 44.96 27.55 86.17 -
YUV 144.82 182.28 170.21 -
System Red Green Blue C M Y K H S L
Decimal 204 96 241 0.15 0.60 0 0.05 284.69 0.84 0.66
Hex CC 60 F1 F 3C 0 5 11D 54 42
Octal 314 140 361 17 74 0 5 435 124 102
Binary 11001100 1100000 11110001 1111 111100 0 101 100011101 1010100 1000010

Color Harmonies of #CC60F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC60F1

Black with #CC60F1

Text Example


Text Example

White with #CC60F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC60F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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