Html Css Color HEX #CC47FE Heliotrope

📋 copy color: '#CC47FE'

red 204 ◦ green 71 ◦ blue 254

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

Shades of Heliotrope #CC47FE

Tints of Heliotrope #CC47FE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.42%

 BLUE value IS 254 (99.61% from 255) = 48.02%

R = 38.56%
G = 13.42%
B = 48.02%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC47FE (or 0xCC47FE) is known color: Heliotrope. HEX triplet: CC, 47 and FE. RGB value is (204,71,254). Sum of RGB (Red+Green+Blue) = 204+71+254=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 71 (28.12% from 255 or 13.42% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC47FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC47FE is #33B801. Grayscale: #838383. Windows color (decimal): -3389442 or 16664524. OLE color: 16664524.

HSL color Cylindrical-coordinate representation of color #CC47FE: hue angle of 283.61º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC47FE is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 71 254 -
CMYK 0.20 0.72 0 0.00
HSL 283.61º 0.99% 0.64% -
HSV(B) 283.61º 0.72% 1% -
XYZ 45.04 24.5 96.12 -
YUV 131.63 197.06 179.62 -
System Red Green Blue C M Y K H S L
Decimal 204 71 254 0.20 0.72 0 0.00 283.61 0.99 0.64
Hex CC 47 FE 14 48 0 0 11C 63 40
Octal 314 107 376 24 110 0 0 434 143 100
Binary 11001100 1000111 11111110 10100 1001000 0 0 100011100 1100011 1000000

Color Harmonies of #CC47FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC47FE

Black with #CC47FE

Text Example


Text Example

White with #CC47FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC47FE; }

 p { color: rgb(204,71,254); }

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

background-color css

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

 a { background-color: rgb(204,71,254); }

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

border-color css

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

 span { border-color: rgb(204,71,254); }

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