Html Css Color HEX #CA56DC Medium Orchid

📋 copy color: '#CA56DC'

red 202 ◦ green 86 ◦ blue 220

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

Shades of Medium Orchid #CA56DC

Tints of Medium Orchid #CA56DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.31%

R = 39.76%
G = 16.93%
B = 43.31%

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

#CA56DC (or 0xCA56DC) is known color: Medium Orchid. HEX triplet: CA, 56 and DC. RGB value is (202,86,220). Sum of RGB (Red+Green+Blue) = 202+86+220=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 86 (33.98% from 255 or 16.93% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA56DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA56DC is #35A923. Grayscale: #878787. Windows color (decimal): -3516708 or 14440138. OLE color: 14440138.

HSL color Cylindrical-coordinate representation of color #CA56DC: hue angle of 291.94º degrees, saturation: 0.66, 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 #CA56DC is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 86 220 -
CMYK 0.08 0.61 0 0.14
HSL 291.94º 0.66% 0.6% -
HSV(B) 291.94º 0.61% 0.86% -
XYZ 40.6 24.38 70.28 -
YUV 135.96 175.43 175.1 -
System Red Green Blue C M Y K H S L
Decimal 202 86 220 0.08 0.61 0 0.14 291.94 0.66 0.6
Hex CA 56 DC 8 3D 0 E 124 42 3C
Octal 312 126 334 10 75 0 16 444 102 74
Binary 11001010 1010110 11011100 1000 111101 0 1110 100100100 1000010 111100

Color Harmonies of #CA56DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA56DC

Black with #CA56DC

Text Example


Text Example

White with #CA56DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA56DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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