Html Css Color HEX #CD4DDA Medium Orchid

📋 copy color: '#CD4DDA'

red 205 ◦ green 77 ◦ blue 218

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

Shades of Medium Orchid #CD4DDA

Tints of Medium Orchid #CD4DDA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.4%

 BLUE value IS 218 (85.55% from 255) = 43.6%

R = 41%
G = 15.4%
B = 43.6%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD4DDA (or 0xCD4DDA) is known color: Medium Orchid. HEX triplet: CD, 4D and DA. RGB value is (205,77,218). Sum of RGB (Red+Green+Blue) = 205+77+218=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD4DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4DDA is #32B225. Grayscale: #828282. Windows color (decimal): -3322406 or 14306765. OLE color: 14306765.

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

Color convert

RGB 205 77 218 -
CMYK 0.06 0.65 0 0.15
HSL 294.47º 0.66% 0.58% -
HSV(B) 294.47º 0.65% 0.85% -
XYZ 40.49 23.35 68.7 -
YUV 131.35 176.91 180.54 -
System Red Green Blue C M Y K H S L
Decimal 205 77 218 0.06 0.65 0 0.15 294.47 0.66 0.58
Hex CD 4D DA 6 41 0 F 126 42 3A
Octal 315 115 332 6 101 0 17 446 102 72
Binary 11001101 1001101 11011010 110 1000001 0 1111 100100110 1000010 111010

Color Harmonies of #CD4DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4DDA

Black with #CD4DDA

Text Example


Text Example

White with #CD4DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4DDA; }

 p { color: rgb(205,77,218); }

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

background-color css

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

 a { background-color: rgb(205,77,218); }

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

border-color css

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

 span { border-color: rgb(205,77,218); }

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