Html Css Color HEX #CC47FC Medium Orchid

📋 copy color: '#CC47FC'

red 204 ◦ green 71 ◦ blue 252

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

Shades of Medium Orchid #CC47FC

Tints of Medium Orchid #CC47FC

RGB

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

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

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

R = 38.71%
G = 13.47%
B = 47.82%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC47FC (or 0xCC47FC) is known color: Medium Orchid. HEX triplet: CC, 47 and FC. RGB value is (204,71,252). Sum of RGB (Red+Green+Blue) = 204+71+252=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 71 (28.12% from 255 or 13.47% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC47FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC47FC is #33B803. Grayscale: #828282. Windows color (decimal): -3389444 or 16533452. OLE color: 16533452.

HSL color Cylindrical-coordinate representation of color #CC47FC: hue angle of 284.09º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC47FC is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 71 252 -
CMYK 0.19 0.72 0 0.01
HSL 284.09º 0.97% 0.63% -
HSV(B) 284.09º 0.72% 0.99% -
XYZ 44.73 24.37 94.44 -
YUV 131.4 196.06 179.78 -
System Red Green Blue C M Y K H S L
Decimal 204 71 252 0.19 0.72 0 0.01 284.09 0.97 0.63
Hex CC 47 FC 13 48 0 1 11C 61 3F
Octal 314 107 374 23 110 0 1 434 141 77
Binary 11001100 1000111 11111100 10011 1001000 0 1 100011100 1100001 111111

Color Harmonies of #CC47FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC47FC

Black with #CC47FC

Text Example


Text Example

White with #CC47FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC47FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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