Html Css Color HEX #CD4BDB Medium Orchid

📋 copy color: '#CD4BDB'

red 205 ◦ green 75 ◦ blue 219

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

Shades of Medium Orchid #CD4BDB

Tints of Medium Orchid #CD4BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.03%

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

R = 41.08%
G = 15.03%
B = 43.89%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD4BDB (or 0xCD4BDB) is known color: Medium Orchid. HEX triplet: CD, 4B and DB. RGB value is (205,75,219). Sum of RGB (Red+Green+Blue) = 205+75+219=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 75 (29.69% from 255 or 15.03% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD4BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD4BDB is #32B424. Grayscale: #818181. Windows color (decimal): -3322917 or 14371789. OLE color: 14371789.

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

Color convert

RGB 205 75 219 -
CMYK 0.06 0.66 0 0.14
HSL 294.17º 0.67% 0.58% -
HSV(B) 294.17º 0.66% 0.86% -
XYZ 40.48 23.13 69.35 -
YUV 130.29 178.07 181.29 -
System Red Green Blue C M Y K H S L
Decimal 205 75 219 0.06 0.66 0 0.14 294.17 0.67 0.58
Hex CD 4B DB 6 42 0 E 126 43 3A
Octal 315 113 333 6 102 0 16 446 103 72
Binary 11001101 1001011 11011011 110 1000010 0 1110 100100110 1000011 111010

Color Harmonies of #CD4BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4BDB

Black with #CD4BDB

Text Example


Text Example

White with #CD4BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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