Html Css Color HEX #CA56DF Medium Orchid

📋 copy color: '#CA56DF'

red 202 ◦ green 86 ◦ blue 223

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

Shades of Medium Orchid #CA56DF

Tints of Medium Orchid #CA56DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.64%

R = 39.53%
G = 16.83%
B = 43.64%

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

#CA56DF (or 0xCA56DF) is known color: Medium Orchid. HEX triplet: CA, 56 and DF. RGB value is (202,86,223). Sum of RGB (Red+Green+Blue) = 202+86+223=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 86 (33.98% from 255 or 16.83% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA56DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA56DF is #35A920. Grayscale: #878787. Windows color (decimal): -3516705 or 14636746. OLE color: 14636746.

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

Color convert

RGB 202 86 223 -
CMYK 0.09 0.61 0 0.13
HSL 290.8º 0.68% 0.61% -
HSV(B) 290.8º 0.61% 0.87% -
XYZ 41 24.54 72.39 -
YUV 136.3 176.93 174.86 -
System Red Green Blue C M Y K H S L
Decimal 202 86 223 0.09 0.61 0 0.13 290.8 0.68 0.61
Hex CA 56 DF 9 3D 0 D 123 44 3D
Octal 312 126 337 11 75 0 15 443 104 75
Binary 11001010 1010110 11011111 1001 111101 0 1101 100100011 1000100 111101

Color Harmonies of #CA56DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA56DF

Black with #CA56DF

Text Example


Text Example

White with #CA56DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA56DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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