Html Css Color HEX #CD52DB Medium Orchid

📋 copy color: '#CD52DB'

red 205 ◦ green 82 ◦ blue 219

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

Shades of Medium Orchid #CD52DB

Tints of Medium Orchid #CD52DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.21%

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

R = 40.51%
G = 16.21%
B = 43.28%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD52DB (or 0xCD52DB) is known color: Medium Orchid. HEX triplet: CD, 52 and DB. RGB value is (205,82,219). Sum of RGB (Red+Green+Blue) = 205+82+219=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 82 (32.42% from 255 or 16.21% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD52DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD52DB is #32AD24. Grayscale: #858585. Windows color (decimal): -3321125 or 14373581. OLE color: 14373581.

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

Color convert

RGB 205 82 219 -
CMYK 0.06 0.63 0 0.14
HSL 293.87º 0.66% 0.59% -
HSV(B) 293.87º 0.63% 0.86% -
XYZ 40.98 24.13 69.52 -
YUV 134.4 175.75 178.36 -
System Red Green Blue C M Y K H S L
Decimal 205 82 219 0.06 0.63 0 0.14 293.87 0.66 0.59
Hex CD 52 DB 6 3F 0 E 126 42 3B
Octal 315 122 333 6 77 0 16 446 102 73
Binary 11001101 1010010 11011011 110 111111 0 1110 100100110 1000010 111011

Color Harmonies of #CD52DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD52DB

Black with #CD52DB

Text Example


Text Example

White with #CD52DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD52DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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