Html Css Color HEX #CD43DB Medium Orchid

📋 copy color: '#CD43DB'

red 205 ◦ green 67 ◦ blue 219

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

Shades of Medium Orchid #CD43DB

Tints of Medium Orchid #CD43DB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.65%

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

R = 41.75%
G = 13.65%
B = 44.6%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD43DB (or 0xCD43DB) is known color: Medium Orchid. HEX triplet: CD, 43 and DB. RGB value is (205,67,219). Sum of RGB (Red+Green+Blue) = 205+67+219=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 67 (26.56% from 255 or 13.65% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD43DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD43DB is #32BC24. Grayscale: #7D7D7D. Windows color (decimal): -3324965 or 14369741. OLE color: 14369741.

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

Color convert

RGB 205 67 219 -
CMYK 0.06 0.69 0 0.14
HSL 294.47º 0.68% 0.56% -
HSV(B) 294.47º 0.69% 0.86% -
XYZ 39.97 22.11 69.18 -
YUV 125.59 180.72 184.64 -
System Red Green Blue C M Y K H S L
Decimal 205 67 219 0.06 0.69 0 0.14 294.47 0.68 0.56
Hex CD 43 DB 6 45 0 E 126 44 38
Octal 315 103 333 6 105 0 16 446 104 70
Binary 11001101 1000011 11011011 110 1000101 0 1110 100100110 1000100 111000

Color Harmonies of #CD43DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD43DB

Black with #CD43DB

Text Example


Text Example

White with #CD43DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD43DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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