Html Css Color HEX #CD47E6 Medium Orchid

📋 copy color: '#CD47E6'

red 205 ◦ green 71 ◦ blue 230

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

Shades of Medium Orchid #CD47E6

Tints of Medium Orchid #CD47E6

RGB

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

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

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

R = 40.51%
G = 14.03%
B = 45.45%

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

#CD47E6 (or 0xCD47E6) is known color: Medium Orchid. HEX triplet: CD, 47 and E6. RGB value is (205,71,230). Sum of RGB (Red+Green+Blue) = 205+71+230=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 71 (28.12% from 255 or 14.03% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #CD47E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD47E6 is #32B819. Grayscale: #808080. Windows color (decimal): -3323930 or 15091661. OLE color: 15091661.

HSL color Cylindrical-coordinate representation of color #CD47E6: hue angle of 290.57º 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 #CD47E6 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 71 230 -
CMYK 0.11 0.69 0 0.10
HSL 290.57º 0.76% 0.59% -
HSV(B) 290.57º 0.69% 0.9% -
XYZ 41.71 23.2 77.14 -
YUV 129.19 184.89 182.07 -
System Red Green Blue C M Y K H S L
Decimal 205 71 230 0.11 0.69 0 0.10 290.57 0.76 0.59
Hex CD 47 E6 B 45 0 A 123 4C 3B
Octal 315 107 346 13 105 0 12 443 114 73
Binary 11001101 1000111 11100110 1011 1000101 0 1010 100100011 1001100 111011

Color Harmonies of #CD47E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD47E6

Black with #CD47E6

Text Example


Text Example

White with #CD47E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD47E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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