Html Css Color HEX #CD2EDB Medium Orchid

📋 copy color: '#CD2EDB'

red 205 ◦ green 46 ◦ blue 219

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

Shades of Medium Orchid #CD2EDB

Tints of Medium Orchid #CD2EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.79%

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

R = 43.62%
G = 9.79%
B = 46.6%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD2EDB (or 0xCD2EDB) is known color: Medium Orchid. HEX triplet: CD, 2E and DB. RGB value is (205,46,219). Sum of RGB (Red+Green+Blue) = 205+46+219=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 46 (18.36% from 255 or 9.79% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD2EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2EDB is #32D124. Grayscale: #707070. Windows color (decimal): -3330341 or 14364365. OLE color: 14364365.

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

Color convert

RGB 205 46 219 -
CMYK 0.06 0.79 0 0.14
HSL 295.14º 0.71% 0.52% -
HSV(B) 295.14º 0.79% 0.86% -
XYZ 38.94 20.05 68.84 -
YUV 113.26 187.68 193.43 -
System Red Green Blue C M Y K H S L
Decimal 205 46 219 0.06 0.79 0 0.14 295.14 0.71 0.52
Hex CD 2E DB 6 4F 0 E 127 47 34
Octal 315 56 333 6 117 0 16 447 107 64
Binary 11001101 101110 11011011 110 1001111 0 1110 100100111 1000111 110100

Color Harmonies of #CD2EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2EDB

Black with #CD2EDB

Text Example


Text Example

White with #CD2EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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