Html Css Color HEX #CC47E6 Medium Orchid

📋 copy color: '#CC47E6'

red 204 ◦ green 71 ◦ blue 230

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

Shades of Medium Orchid #CC47E6

Tints of Medium Orchid #CC47E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.54%

R = 40.4%
G = 14.06%
B = 45.54%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC47E6 (or 0xCC47E6) is known color: Medium Orchid. HEX triplet: CC, 47 and E6. RGB value is (204,71,230). Sum of RGB (Red+Green+Blue) = 204+71+230=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 71 (28.12% from 255 or 14.06% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC47E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC47E6 is #33B819. Grayscale: #808080. Windows color (decimal): -3389466 or 15091660. OLE color: 15091660.

HSL color Cylindrical-coordinate representation of color #CC47E6: hue angle of 290.19º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC47E6 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 71 230 -
CMYK 0.11 0.69 0 0.10
HSL 290.19º 0.76% 0.59% -
HSV(B) 290.19º 0.69% 0.9% -
XYZ 41.44 23.06 77.13 -
YUV 128.89 185.06 181.57 -
System Red Green Blue C M Y K H S L
Decimal 204 71 230 0.11 0.69 0 0.10 290.19 0.76 0.59
Hex CC 47 E6 B 45 0 A 122 4C 3B
Octal 314 107 346 13 105 0 12 442 114 73
Binary 11001100 1000111 11100110 1011 1000101 0 1010 100100010 1001100 111011

Color Harmonies of #CC47E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC47E6

Black with #CC47E6

Text Example


Text Example

White with #CC47E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC47E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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