Html Css Color HEX #CA56DE Medium Orchid

📋 copy color: '#CA56DE'

red 202 ◦ green 86 ◦ blue 222

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

Shades of Medium Orchid #CA56DE

Tints of Medium Orchid #CA56DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.53%

R = 39.61%
G = 16.86%
B = 43.53%

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

#CA56DE (or 0xCA56DE) is known color: Medium Orchid. HEX triplet: CA, 56 and DE. RGB value is (202,86,222). Sum of RGB (Red+Green+Blue) = 202+86+222=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 86 (33.98% from 255 or 16.86% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA56DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA56DE is #35A921. Grayscale: #878787. Windows color (decimal): -3516706 or 14571210. OLE color: 14571210.

HSL color Cylindrical-coordinate representation of color #CA56DE: hue angle of 291.18º 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 #CA56DE is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 86 222 -
CMYK 0.09 0.61 0 0.13
HSL 291.18º 0.67% 0.6% -
HSV(B) 291.18º 0.61% 0.87% -
XYZ 40.87 24.49 71.68 -
YUV 136.19 176.43 174.94 -
System Red Green Blue C M Y K H S L
Decimal 202 86 222 0.09 0.61 0 0.13 291.18 0.67 0.6
Hex CA 56 DE 9 3D 0 D 123 43 3C
Octal 312 126 336 11 75 0 15 443 103 74
Binary 11001010 1010110 11011110 1001 111101 0 1101 100100011 1000011 111100

Color Harmonies of #CA56DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA56DE

Black with #CA56DE

Text Example


Text Example

White with #CA56DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA56DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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