Html Css Color HEX #CC61FC Heliotrope

📋 copy color: '#CC61FC'

red 204 ◦ green 97 ◦ blue 252

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

Shades of Heliotrope #CC61FC

Tints of Heliotrope #CC61FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.57%

R = 36.89%
G = 17.54%
B = 45.57%

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

#CC61FC (or 0xCC61FC) is known color: Heliotrope. HEX triplet: CC, 61 and FC. RGB value is (204,97,252). Sum of RGB (Red+Green+Blue) = 204+97+252=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 97 (38.28% from 255 or 17.54% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC61FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC61FC is #339E03. Grayscale: #929292. Windows color (decimal): -3382788 or 16540108. OLE color: 16540108.

HSL color Cylindrical-coordinate representation of color #CC61FC: hue angle of 281.42º degrees, saturation: 0.96, 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 #CC61FC is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 97 252 -
CMYK 0.19 0.62 0 0.01
HSL 281.42º 0.96% 0.68% -
HSV(B) 281.42º 0.62% 0.99% -
XYZ 46.75 28.42 95.12 -
YUV 146.66 187.45 168.9 -
System Red Green Blue C M Y K H S L
Decimal 204 97 252 0.19 0.62 0 0.01 281.42 0.96 0.68
Hex CC 61 FC 13 3E 0 1 119 60 44
Octal 314 141 374 23 76 0 1 431 140 104
Binary 11001100 1100001 11111100 10011 111110 0 1 100011001 1100000 1000100

Color Harmonies of #CC61FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC61FC

Black with #CC61FC

Text Example


Text Example

White with #CC61FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC61FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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