Html Css Color HEX #CA56DD Medium Orchid

📋 copy color: '#CA56DD'

red 202 ◦ green 86 ◦ blue 221

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

Shades of Medium Orchid #CA56DD

Tints of Medium Orchid #CA56DD

RGB

 RED value IS 202 (79.3% from 255) = 39.69%

 GREEN value IS 86 (33.98% from 255) = 16.9%

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 39.69%
G = 16.9%
B = 43.42%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA56DD (or 0xCA56DD) is known color: Medium Orchid. HEX triplet: CA, 56 and DD. RGB value is (202,86,221). Sum of RGB (Red+Green+Blue) = 202+86+221=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 86 (33.98% from 255 or 16.90% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA56DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA56DD is #35A922. Grayscale: #878787. Windows color (decimal): -3516707 or 14505674. OLE color: 14505674.

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

Color convert

RGB 202 86 221 -
CMYK 0.09 0.61 0 0.13
HSL 291.56º 0.67% 0.6% -
HSV(B) 291.56º 0.61% 0.87% -
XYZ 40.74 24.43 70.98 -
YUV 136.07 175.93 175.02 -
System Red Green Blue C M Y K H S L
Decimal 202 86 221 0.09 0.61 0 0.13 291.56 0.67 0.6
Hex CA 56 DD 9 3D 0 D 124 43 3C
Octal 312 126 335 11 75 0 15 444 103 74
Binary 11001010 1010110 11011101 1001 111101 0 1101 100100100 1000011 111100

Color Harmonies of #CA56DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA56DD

Black with #CA56DD

Text Example


Text Example

White with #CA56DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA56DD; }

 p { color: rgb(202,86,221); }

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

background-color css

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

 a { background-color: rgb(202,86,221); }

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

border-color css

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

 span { border-color: rgb(202,86,221); }

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