Html Css Color HEX #CD51DF Medium Orchid

📋 copy color: '#CD51DF'

red 205 ◦ green 81 ◦ blue 223

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

Shades of Medium Orchid #CD51DF

Tints of Medium Orchid #CD51DF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.91%

 BLUE value IS 223 (87.5% from 255) = 43.81%

R = 40.28%
G = 15.91%
B = 43.81%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD51DF (or 0xCD51DF) is known color: Medium Orchid. HEX triplet: CD, 51 and DF. RGB value is (205,81,223). Sum of RGB (Red+Green+Blue) = 205+81+223=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 81 (32.03% from 255 or 15.91% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD51DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD51DF is #32AE20. Grayscale: #858585. Windows color (decimal): -3321377 or 14635469. OLE color: 14635469.

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

Color convert

RGB 205 81 223 -
CMYK 0.08 0.64 0 0.13
HSL 292.39º 0.69% 0.6% -
HSV(B) 292.39º 0.64% 0.87% -
XYZ 41.44 24.19 72.3 -
YUV 134.26 178.08 178.45 -
System Red Green Blue C M Y K H S L
Decimal 205 81 223 0.08 0.64 0 0.13 292.39 0.69 0.6
Hex CD 51 DF 8 40 0 D 124 45 3C
Octal 315 121 337 10 100 0 15 444 105 74
Binary 11001101 1010001 11011111 1000 1000000 0 1101 100100100 1000101 111100

Color Harmonies of #CD51DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD51DF

Black with #CD51DF

Text Example


Text Example

White with #CD51DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD51DF; }

 p { color: rgb(205,81,223); }

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

background-color css

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

 a { background-color: rgb(205,81,223); }

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

border-color css

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

 span { border-color: rgb(205,81,223); }

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