Html Css Color HEX #CD5BDA Medium Orchid

📋 copy color: '#CD5BDA'

red 205 ◦ green 91 ◦ blue 218

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

Shades of Medium Orchid #CD5BDA

Tints of Medium Orchid #CD5BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.7%

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

R = 39.88%
G = 17.7%
B = 42.41%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD5BDA (or 0xCD5BDA) is known color: Medium Orchid. HEX triplet: CD, 5B and DA. RGB value is (205,91,218). Sum of RGB (Red+Green+Blue) = 205+91+218=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 91 (35.94% from 255 or 17.70% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD5BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5BDA is #32A425. Grayscale: #8B8B8B. Windows color (decimal): -3318822 or 14310349. OLE color: 14310349.

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

Color convert

RGB 205 91 218 -
CMYK 0.06 0.58 0 0.15
HSL 293.86º 0.63% 0.61% -
HSV(B) 293.86º 0.58% 0.85% -
XYZ 41.57 25.52 69.07 -
YUV 139.56 172.27 174.67 -
System Red Green Blue C M Y K H S L
Decimal 205 91 218 0.06 0.58 0 0.15 293.86 0.63 0.61
Hex CD 5B DA 6 3A 0 F 126 3F 3D
Octal 315 133 332 6 72 0 17 446 77 75
Binary 11001101 1011011 11011010 110 111010 0 1111 100100110 111111 111101

Color Harmonies of #CD5BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5BDA

Black with #CD5BDA

Text Example


Text Example

White with #CD5BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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