Html Css Color HEX #CD42DB Medium Orchid

📋 copy color: '#CD42DB'

red 205 ◦ green 66 ◦ blue 219

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

Shades of Medium Orchid #CD42DB

Tints of Medium Orchid #CD42DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.47%

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

R = 41.84%
G = 13.47%
B = 44.69%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD42DB (or 0xCD42DB) is known color: Medium Orchid. HEX triplet: CD, 42 and DB. RGB value is (205,66,219). Sum of RGB (Red+Green+Blue) = 205+66+219=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD42DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD42DB is #32BD24. Grayscale: #7C7C7C. Windows color (decimal): -3325221 or 14369485. OLE color: 14369485.

HSL color Cylindrical-coordinate representation of color #CD42DB: hue angle of 294.51º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD42DB is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 66 219 -
CMYK 0.06 0.70 0 0.14
HSL 294.51º 0.68% 0.56% -
HSV(B) 294.51º 0.7% 0.86% -
XYZ 39.91 21.99 69.16 -
YUV 125 181.05 185.06 -
System Red Green Blue C M Y K H S L
Decimal 205 66 219 0.06 0.70 0 0.14 294.51 0.68 0.56
Hex CD 42 DB 6 46 0 E 127 44 38
Octal 315 102 333 6 106 0 16 447 104 70
Binary 11001101 1000010 11011011 110 1000110 0 1110 100100111 1000100 111000

Color Harmonies of #CD42DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD42DB

Black with #CD42DB

Text Example


Text Example

White with #CD42DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD42DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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