Html Css Color HEX #CD5CDA Medium Orchid

📋 copy color: '#CD5CDA'

red 205 ◦ green 92 ◦ blue 218

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

Shades of Medium Orchid #CD5CDA

Tints of Medium Orchid #CD5CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.86%

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

R = 39.81%
G = 17.86%
B = 42.33%

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

#CD5CDA (or 0xCD5CDA) is known color: Medium Orchid. HEX triplet: CD, 5C and DA. RGB value is (205,92,218). Sum of RGB (Red+Green+Blue) = 205+92+218=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD5CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5CDA is #32A325. Grayscale: #8B8B8B. Windows color (decimal): -3318566 or 14310605. OLE color: 14310605.

HSL color Cylindrical-coordinate representation of color #CD5CDA: hue angle of 293.81º 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 #CD5CDA is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 92 218 -
CMYK 0.06 0.58 0 0.15
HSL 293.81º 0.63% 0.61% -
HSV(B) 293.81º 0.58% 0.85% -
XYZ 41.66 25.7 69.09 -
YUV 140.15 171.94 174.25 -
System Red Green Blue C M Y K H S L
Decimal 205 92 218 0.06 0.58 0 0.15 293.81 0.63 0.61
Hex CD 5C DA 6 3A 0 F 126 3F 3D
Octal 315 134 332 6 72 0 17 446 77 75
Binary 11001101 1011100 11011010 110 111010 0 1111 100100110 111111 111101

Color Harmonies of #CD5CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5CDA

Black with #CD5CDA

Text Example


Text Example

White with #CD5CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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