Html Css Color HEX #CD2CDB Medium Orchid

📋 copy color: '#CD2CDB'

red 205 ◦ green 44 ◦ blue 219

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

Shades of Medium Orchid #CD2CDB

Tints of Medium Orchid #CD2CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.4%

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

R = 43.8%
G = 9.4%
B = 46.79%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD2CDB (or 0xCD2CDB) is known color: Medium Orchid. HEX triplet: CD, 2C and DB. RGB value is (205,44,219). Sum of RGB (Red+Green+Blue) = 205+44+219=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 44 (17.58% from 255 or 9.40% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD2CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2CDB is #32D324. Grayscale: #6F6F6F. Windows color (decimal): -3330853 or 14363853. OLE color: 14363853.

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

Color convert

RGB 205 44 219 -
CMYK 0.06 0.80 0 0.14
HSL 295.2º 0.71% 0.52% -
HSV(B) 295.2º 0.8% 0.86% -
XYZ 38.86 19.89 68.81 -
YUV 112.09 188.34 194.27 -
System Red Green Blue C M Y K H S L
Decimal 205 44 219 0.06 0.80 0 0.14 295.2 0.71 0.52
Hex CD 2C DB 6 50 0 E 127 47 34
Octal 315 54 333 6 120 0 16 447 107 64
Binary 11001101 101100 11011011 110 1010000 0 1110 100100111 1000111 110100

Color Harmonies of #CD2CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2CDB

Black with #CD2CDB

Text Example


Text Example

White with #CD2CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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