Html Css Color HEX #CD3EDE Medium Orchid

📋 copy color: '#CD3EDE'

red 205 ◦ green 62 ◦ blue 222

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

Shades of Medium Orchid #CD3EDE

Tints of Medium Orchid #CD3EDE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.68%

 BLUE value IS 222 (87.11% from 255) = 45.4%

R = 41.92%
G = 12.68%
B = 45.4%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD3EDE (or 0xCD3EDE) is known color: Medium Orchid. HEX triplet: CD, 3E and DE. RGB value is (205,62,222). Sum of RGB (Red+Green+Blue) = 205+62+222=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 62 (24.61% from 255 or 12.68% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD3EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3EDE is #32C121. Grayscale: #7A7A7A. Windows color (decimal): -3326242 or 14565069. OLE color: 14565069.

HSL color Cylindrical-coordinate representation of color #CD3EDE: hue angle of 293.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3EDE is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 62 222 -
CMYK 0.08 0.72 0 0.13
HSL 293.63º 0.71% 0.56% -
HSV(B) 293.63º 0.72% 0.87% -
XYZ 40.08 21.7 71.18 -
YUV 123 183.88 186.49 -
System Red Green Blue C M Y K H S L
Decimal 205 62 222 0.08 0.72 0 0.13 293.63 0.71 0.56
Hex CD 3E DE 8 48 0 D 126 47 38
Octal 315 76 336 10 110 0 15 446 107 70
Binary 11001101 111110 11011110 1000 1001000 0 1101 100100110 1000111 111000

Color Harmonies of #CD3EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3EDE

Black with #CD3EDE

Text Example


Text Example

White with #CD3EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3EDE; }

 p { color: rgb(205,62,222); }

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

background-color css

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

 a { background-color: rgb(205,62,222); }

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

border-color css

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

 span { border-color: rgb(205,62,222); }

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