Html Css Color HEX #CC61FB Heliotrope

📋 copy color: '#CC61FB'

red 204 ◦ green 97 ◦ blue 251

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

Shades of Heliotrope #CC61FB

Tints of Heliotrope #CC61FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.47%

R = 36.96%
G = 17.57%
B = 45.47%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC61FB (or 0xCC61FB) is known color: Heliotrope. HEX triplet: CC, 61 and FB. RGB value is (204,97,251). Sum of RGB (Red+Green+Blue) = 204+97+251=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 97 (38.28% from 255 or 17.57% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC61FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC61FB is #339E04. Grayscale: #929292. Windows color (decimal): -3382789 or 16474572. OLE color: 16474572.

HSL color Cylindrical-coordinate representation of color #CC61FB: hue angle of 281.69º degrees, saturation: 0.95, 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 #CC61FB is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 97 251 -
CMYK 0.19 0.61 0 0.02
HSL 281.69º 0.95% 0.68% -
HSV(B) 281.69º 0.61% 0.98% -
XYZ 46.59 28.35 94.28 -
YUV 146.55 186.95 168.98 -
System Red Green Blue C M Y K H S L
Decimal 204 97 251 0.19 0.61 0 0.02 281.69 0.95 0.68
Hex CC 61 FB 13 3D 0 2 11A 5F 44
Octal 314 141 373 23 75 0 2 432 137 104
Binary 11001100 1100001 11111011 10011 111101 0 10 100011010 1011111 1000100

Color Harmonies of #CC61FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC61FB

Black with #CC61FB

Text Example


Text Example

White with #CC61FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC61FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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