Html Css Color HEX #CC54F7 Heliotrope

📋 copy color: '#CC54F7'

red 204 ◦ green 84 ◦ blue 247

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

Shades of Heliotrope #CC54F7

Tints of Heliotrope #CC54F7

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.7%

 BLUE value IS 247 (96.88% from 255) = 46.17%

R = 38.13%
G = 15.7%
B = 46.17%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC54F7 (or 0xCC54F7) is known color: Heliotrope. HEX triplet: CC, 54 and F7. RGB value is (204,84,247). Sum of RGB (Red+Green+Blue) = 204+84+247=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 84 (33.20% from 255 or 15.70% from 535); Blue value is 247 (96.88% from 255 or 46.17% from 535); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC54F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC54F7 is #33AB08. Grayscale: #898989. Windows color (decimal): -3386121 or 16209100. OLE color: 16209100.

HSL color Cylindrical-coordinate representation of color #CC54F7: hue angle of 284.17º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC54F7 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 84 247 -
CMYK 0.17 0.66 0 0.03
HSL 284.17º 0.91% 0.65% -
HSV(B) 284.17º 0.66% 0.97% -
XYZ 44.86 25.89 90.63 -
YUV 138.46 189.26 174.75 -
System Red Green Blue C M Y K H S L
Decimal 204 84 247 0.17 0.66 0 0.03 284.17 0.91 0.65
Hex CC 54 F7 11 42 0 3 11C 5B 41
Octal 314 124 367 21 102 0 3 434 133 101
Binary 11001100 1010100 11110111 10001 1000010 0 11 100011100 1011011 1000001

Color Harmonies of #CC54F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC54F7

Black with #CC54F7

Text Example


Text Example

White with #CC54F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC54F7; }

 p { color: rgb(204,84,247); }

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

background-color css

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

 a { background-color: rgb(204,84,247); }

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

border-color css

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

 span { border-color: rgb(204,84,247); }

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