Html Css Color HEX #CD4CDD Medium Orchid

📋 copy color: '#CD4CDD'

red 205 ◦ green 76 ◦ blue 221

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

Shades of Medium Orchid #CD4CDD

Tints of Medium Orchid #CD4CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.14%

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

R = 40.84%
G = 15.14%
B = 44.02%

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

#CD4CDD (or 0xCD4CDD) is known color: Medium Orchid. HEX triplet: CD, 4C and DD. RGB value is (205,76,221). Sum of RGB (Red+Green+Blue) = 205+76+221=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD4CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD4CDD is #32B322. Grayscale: #828282. Windows color (decimal): -3322659 or 14503117. OLE color: 14503117.

HSL color Cylindrical-coordinate representation of color #CD4CDD: hue angle of 293.38º 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 #CD4CDD is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 76 221 -
CMYK 0.07 0.66 0 0.13
HSL 293.38º 0.68% 0.58% -
HSV(B) 293.38º 0.66% 0.87% -
XYZ 40.81 23.37 70.77 -
YUV 131.1 178.74 180.71 -
System Red Green Blue C M Y K H S L
Decimal 205 76 221 0.07 0.66 0 0.13 293.38 0.68 0.58
Hex CD 4C DD 7 42 0 D 125 44 3A
Octal 315 114 335 7 102 0 15 445 104 72
Binary 11001101 1001100 11011101 111 1000010 0 1101 100100101 1000100 111010

Color Harmonies of #CD4CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4CDD

Black with #CD4CDD

Text Example


Text Example

White with #CD4CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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