Html Css Color HEX #CD41DB Medium Orchid

📋 copy color: '#CD41DB'

red 205 ◦ green 65 ◦ blue 219

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

Shades of Medium Orchid #CD41DB

Tints of Medium Orchid #CD41DB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.29%

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

R = 41.92%
G = 13.29%
B = 44.79%

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

#CD41DB (or 0xCD41DB) is known color: Medium Orchid. HEX triplet: CD, 41 and DB. RGB value is (205,65,219). Sum of RGB (Red+Green+Blue) = 205+65+219=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD41DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD41DB is #32BE24. Grayscale: #7B7B7B. Windows color (decimal): -3325477 or 14369229. OLE color: 14369229.

HSL color Cylindrical-coordinate representation of color #CD41DB: hue angle of 294.55º 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 #CD41DB is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 65 219 -
CMYK 0.06 0.70 0 0.14
HSL 294.55º 0.68% 0.56% -
HSV(B) 294.55º 0.7% 0.86% -
XYZ 39.85 21.87 69.14 -
YUV 124.42 181.38 185.48 -
System Red Green Blue C M Y K H S L
Decimal 205 65 219 0.06 0.70 0 0.14 294.55 0.68 0.56
Hex CD 41 DB 6 46 0 E 127 44 38
Octal 315 101 333 6 106 0 16 447 104 70
Binary 11001101 1000001 11011011 110 1000110 0 1110 100100111 1000100 111000

Color Harmonies of #CD41DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD41DB

Black with #CD41DB

Text Example


Text Example

White with #CD41DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD41DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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