Html Css Color HEX #CD3EDB Medium Orchid

📋 copy color: '#CD3EDB'

red 205 ◦ green 62 ◦ blue 219

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

Shades of Medium Orchid #CD3EDB

Tints of Medium Orchid #CD3EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 42.18%
G = 12.76%
B = 45.06%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD3EDB (or 0xCD3EDB) is known color: Medium Orchid. HEX triplet: CD, 3E and DB. RGB value is (205,62,219). Sum of RGB (Red+Green+Blue) = 205+62+219=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 62 (24.61% from 255 or 12.76% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD3EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3EDB is #32C124. Grayscale: #7A7A7A. Windows color (decimal): -3326245 or 14368461. OLE color: 14368461.

HSL color Cylindrical-coordinate representation of color #CD3EDB: hue angle of 294.65º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3EDB is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 62 219 -
CMYK 0.06 0.72 0 0.14
HSL 294.65º 0.69% 0.55% -
HSV(B) 294.65º 0.72% 0.86% -
XYZ 39.69 21.54 69.08 -
YUV 122.66 182.38 186.73 -
System Red Green Blue C M Y K H S L
Decimal 205 62 219 0.06 0.72 0 0.14 294.65 0.69 0.55
Hex CD 3E DB 6 48 0 E 127 45 37
Octal 315 76 333 6 110 0 16 447 105 67
Binary 11001101 111110 11011011 110 1001000 0 1110 100100111 1000101 110111

Color Harmonies of #CD3EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3EDB

Black with #CD3EDB

Text Example


Text Example

White with #CD3EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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