Html Css Color HEX #CD47EA Medium Orchid

📋 copy color: '#CD47EA'

red 205 ◦ green 71 ◦ blue 234

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

Shades of Medium Orchid #CD47EA

Tints of Medium Orchid #CD47EA

RGB

 RED value IS 205 (80.47% from 255) = 40.2%

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

 BLUE value IS 234 (91.8% from 255) = 45.88%

R = 40.2%
G = 13.92%
B = 45.88%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CD47EA (or 0xCD47EA) is known color: Medium Orchid. HEX triplet: CD, 47 and EA. RGB value is (205,71,234). Sum of RGB (Red+Green+Blue) = 205+71+234=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 71 (28.12% from 255 or 13.92% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD47EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD47EA is #32B815. Grayscale: #818181. Windows color (decimal): -3323926 or 15353805. OLE color: 15353805.

HSL color Cylindrical-coordinate representation of color #CD47EA: hue angle of 289.33º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD47EA is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 71 234 -
CMYK 0.12 0.70 0 0.08
HSL 289.33º 0.8% 0.6% -
HSV(B) 289.33º 0.7% 0.92% -
XYZ 42.28 23.43 80.14 -
YUV 129.65 186.89 181.75 -
System Red Green Blue C M Y K H S L
Decimal 205 71 234 0.12 0.70 0 0.08 289.33 0.8 0.6
Hex CD 47 EA C 46 0 8 121 50 3C
Octal 315 107 352 14 106 0 10 441 120 74
Binary 11001101 1000111 11101010 1100 1000110 0 1000 100100001 1010000 111100

Color Harmonies of #CD47EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD47EA

Black with #CD47EA

Text Example


Text Example

White with #CD47EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD47EA; }

 p { color: rgb(205,71,234); }

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

background-color css

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

 a { background-color: rgb(205,71,234); }

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

border-color css

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

 span { border-color: rgb(205,71,234); }

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