Html Css Color HEX #CC61F9 Heliotrope

📋 copy color: '#CC61F9'

red 204 ◦ green 97 ◦ blue 249

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

Shades of Heliotrope #CC61F9

Tints of Heliotrope #CC61F9

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.64%

 BLUE value IS 249 (97.66% from 255) = 45.27%

R = 37.09%
G = 17.64%
B = 45.27%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC61F9 (or 0xCC61F9) is known color: Heliotrope. HEX triplet: CC, 61 and F9. RGB value is (204,97,249). Sum of RGB (Red+Green+Blue) = 204+97+249=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 97 (38.28% from 255 or 17.64% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC61F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC61F9 is #339E06. Grayscale: #919191. Windows color (decimal): -3382791 or 16343500. OLE color: 16343500.

HSL color Cylindrical-coordinate representation of color #CC61F9: hue angle of 282.24º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC61F9 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 97 249 -
CMYK 0.18 0.61 0 0.02
HSL 282.24º 0.93% 0.68% -
HSV(B) 282.24º 0.61% 0.98% -
XYZ 46.28 28.23 92.63 -
YUV 146.32 185.95 169.14 -
System Red Green Blue C M Y K H S L
Decimal 204 97 249 0.18 0.61 0 0.02 282.24 0.93 0.68
Hex CC 61 F9 12 3D 0 2 11A 5D 44
Octal 314 141 371 22 75 0 2 432 135 104
Binary 11001100 1100001 11111001 10010 111101 0 10 100011010 1011101 1000100

Color Harmonies of #CC61F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC61F9

Black with #CC61F9

Text Example


Text Example

White with #CC61F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC61F9; }

 p { color: rgb(204,97,249); }

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

background-color css

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

 a { background-color: rgb(204,97,249); }

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

border-color css

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

 span { border-color: rgb(204,97,249); }

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