Html Css Color HEX #CD4BDD Medium Orchid

📋 copy color: '#CD4BDD'

red 205 ◦ green 75 ◦ blue 221

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

Shades of Medium Orchid #CD4BDD

Tints of Medium Orchid #CD4BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.11%

R = 40.92%
G = 14.97%
B = 44.11%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD4BDD (or 0xCD4BDD) is known color: Medium Orchid. HEX triplet: CD, 4B and DD. RGB value is (205,75,221). Sum of RGB (Red+Green+Blue) = 205+75+221=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD4BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD4BDD is #32B422. Grayscale: #828282. Windows color (decimal): -3322915 or 14502861. OLE color: 14502861.

HSL color Cylindrical-coordinate representation of color #CD4BDD: hue angle of 293.42º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD4BDD is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 75 221 -
CMYK 0.07 0.66 0 0.13
HSL 293.42º 0.68% 0.58% -
HSV(B) 293.42º 0.66% 0.87% -
XYZ 40.74 23.23 70.74 -
YUV 130.51 179.07 181.13 -
System Red Green Blue C M Y K H S L
Decimal 205 75 221 0.07 0.66 0 0.13 293.42 0.68 0.58
Hex CD 4B DD 7 42 0 D 125 44 3A
Octal 315 113 335 7 102 0 15 445 104 72
Binary 11001101 1001011 11011101 111 1000010 0 1101 100100101 1000100 111010

Color Harmonies of #CD4BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4BDD

Black with #CD4BDD

Text Example


Text Example

White with #CD4BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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