Html Css Color HEX #CC47FA Medium Orchid

📋 copy color: '#CC47FA'

red 204 ◦ green 71 ◦ blue 250

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

Shades of Medium Orchid #CC47FA

Tints of Medium Orchid #CC47FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.62%

R = 38.86%
G = 13.52%
B = 47.62%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC47FA (or 0xCC47FA) is known color: Medium Orchid. HEX triplet: CC, 47 and FA. RGB value is (204,71,250). Sum of RGB (Red+Green+Blue) = 204+71+250=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 71 (28.12% from 255 or 13.52% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC47FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC47FA is #33B805. Grayscale: #828282. Windows color (decimal): -3389446 or 16402380. OLE color: 16402380.

HSL color Cylindrical-coordinate representation of color #CC47FA: hue angle of 284.58º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC47FA is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 71 250 -
CMYK 0.18 0.72 0 0.02
HSL 284.58º 0.95% 0.63% -
HSV(B) 284.58º 0.72% 0.98% -
XYZ 44.41 24.25 92.78 -
YUV 131.17 195.06 179.95 -
System Red Green Blue C M Y K H S L
Decimal 204 71 250 0.18 0.72 0 0.02 284.58 0.95 0.63
Hex CC 47 FA 12 48 0 2 11D 5F 3F
Octal 314 107 372 22 110 0 2 435 137 77
Binary 11001100 1000111 11111010 10010 1001000 0 10 100011101 1011111 111111

Color Harmonies of #CC47FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC47FA

Black with #CC47FA

Text Example


Text Example

White with #CC47FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC47FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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