Html Css Color HEX #CA56DB Medium Orchid

📋 copy color: '#CA56DB'

red 202 ◦ green 86 ◦ blue 219

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

Shades of Medium Orchid #CA56DB

Tints of Medium Orchid #CA56DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 39.84%
G = 16.96%
B = 43.2%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA56DB (or 0xCA56DB) is known color: Medium Orchid. HEX triplet: CA, 56 and DB. RGB value is (202,86,219). Sum of RGB (Red+Green+Blue) = 202+86+219=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 86 (33.98% from 255 or 16.96% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA56DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA56DB is #35A924. Grayscale: #878787. Windows color (decimal): -3516709 or 14374602. OLE color: 14374602.

HSL color Cylindrical-coordinate representation of color #CA56DB: hue angle of 292.33º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA56DB is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 86 219 -
CMYK 0.08 0.61 0 0.14
HSL 292.33º 0.65% 0.6% -
HSV(B) 292.33º 0.61% 0.86% -
XYZ 40.47 24.33 69.58 -
YUV 135.85 174.93 175.19 -
System Red Green Blue C M Y K H S L
Decimal 202 86 219 0.08 0.61 0 0.14 292.33 0.65 0.6
Hex CA 56 DB 8 3D 0 E 124 41 3C
Octal 312 126 333 10 75 0 16 444 101 74
Binary 11001010 1010110 11011011 1000 111101 0 1110 100100100 1000001 111100

Color Harmonies of #CA56DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA56DB

Black with #CA56DB

Text Example


Text Example

White with #CA56DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA56DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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