Html Css Color HEX #CD4DDE Medium Orchid

📋 copy color: '#CD4DDE'

red 205 ◦ green 77 ◦ blue 222

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

Shades of Medium Orchid #CD4DDE

Tints of Medium Orchid #CD4DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.05%

R = 40.67%
G = 15.28%
B = 44.05%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD4DDE (or 0xCD4DDE) is known color: Medium Orchid. HEX triplet: CD, 4D and DE. RGB value is (205,77,222). Sum of RGB (Red+Green+Blue) = 205+77+222=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD4DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4DDE is #32B221. Grayscale: #838383. Windows color (decimal): -3322402 or 14568909. OLE color: 14568909.

HSL color Cylindrical-coordinate representation of color #CD4DDE: hue angle of 292.97º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD4DDE is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 77 222 -
CMYK 0.08 0.65 0 0.13
HSL 292.97º 0.69% 0.59% -
HSV(B) 292.97º 0.65% 0.87% -
XYZ 41.02 23.56 71.49 -
YUV 131.8 178.91 180.21 -
System Red Green Blue C M Y K H S L
Decimal 205 77 222 0.08 0.65 0 0.13 292.97 0.69 0.59
Hex CD 4D DE 8 41 0 D 125 45 3B
Octal 315 115 336 10 101 0 15 445 105 73
Binary 11001101 1001101 11011110 1000 1000001 0 1101 100100101 1000101 111011

Color Harmonies of #CD4DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4DDE

Black with #CD4DDE

Text Example


Text Example

White with #CD4DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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