Html Css Color HEX #CD55DF Medium Orchid

📋 copy color: '#CD55DF'

red 205 ◦ green 85 ◦ blue 223

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

Shades of Medium Orchid #CD55DF

Tints of Medium Orchid #CD55DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.57%

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

R = 39.96%
G = 16.57%
B = 43.47%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD55DF (or 0xCD55DF) is known color: Medium Orchid. HEX triplet: CD, 55 and DF. RGB value is (205,85,223). Sum of RGB (Red+Green+Blue) = 205+85+223=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD55DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD55DF is #32AA20. Grayscale: #888888. Windows color (decimal): -3320353 or 14636493. OLE color: 14636493.

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

Color convert

RGB 205 85 223 -
CMYK 0.08 0.62 0 0.13
HSL 292.17º 0.68% 0.6% -
HSV(B) 292.17º 0.62% 0.87% -
XYZ 41.74 24.8 72.4 -
YUV 136.61 176.76 176.78 -
System Red Green Blue C M Y K H S L
Decimal 205 85 223 0.08 0.62 0 0.13 292.17 0.68 0.6
Hex CD 55 DF 8 3E 0 D 124 44 3C
Octal 315 125 337 10 76 0 15 444 104 74
Binary 11001101 1010101 11011111 1000 111110 0 1101 100100100 1000100 111100

Color Harmonies of #CD55DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD55DF

Black with #CD55DF

Text Example


Text Example

White with #CD55DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD55DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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