Html Css Color HEX #CD48DB Medium Orchid

📋 copy color: '#CD48DB'

red 205 ◦ green 72 ◦ blue 219

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

Shades of Medium Orchid #CD48DB

Tints of Medium Orchid #CD48DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.52%

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

R = 41.33%
G = 14.52%
B = 44.15%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD48DB (or 0xCD48DB) is known color: Medium Orchid. HEX triplet: CD, 48 and DB. RGB value is (205,72,219). Sum of RGB (Red+Green+Blue) = 205+72+219=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 72 (28.52% from 255 or 14.52% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD48DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD48DB is #32B724. Grayscale: #808080. Windows color (decimal): -3323685 or 14371021. OLE color: 14371021.

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

Color convert

RGB 205 72 219 -
CMYK 0.06 0.67 0 0.14
HSL 294.29º 0.67% 0.57% -
HSV(B) 294.29º 0.67% 0.86% -
XYZ 40.28 22.73 69.28 -
YUV 128.53 179.06 182.55 -
System Red Green Blue C M Y K H S L
Decimal 205 72 219 0.06 0.67 0 0.14 294.29 0.67 0.57
Hex CD 48 DB 6 43 0 E 126 43 39
Octal 315 110 333 6 103 0 16 446 103 71
Binary 11001101 1001000 11011011 110 1000011 0 1110 100100110 1000011 111001

Color Harmonies of #CD48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD48DB

Black with #CD48DB

Text Example


Text Example

White with #CD48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD48DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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