Html Css Color HEX #CA5BDC Medium Orchid

📋 copy color: '#CA5BDC'

red 202 ◦ green 91 ◦ blue 220

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

Shades of Medium Orchid #CA5BDC

Tints of Medium Orchid #CA5BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.74%

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

R = 39.38%
G = 17.74%
B = 42.88%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA5BDC (or 0xCA5BDC) is known color: Medium Orchid. HEX triplet: CA, 5B and DC. RGB value is (202,91,220). Sum of RGB (Red+Green+Blue) = 202+91+220=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA5BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5BDC is #35A423. Grayscale: #8A8A8A. Windows color (decimal): -3515428 or 14441418. OLE color: 14441418.

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

Color convert

RGB 202 91 220 -
CMYK 0.08 0.59 0 0.14
HSL 291.63º 0.65% 0.61% -
HSV(B) 291.63º 0.59% 0.86% -
XYZ 41.02 25.21 70.41 -
YUV 138.9 173.77 173.01 -
System Red Green Blue C M Y K H S L
Decimal 202 91 220 0.08 0.59 0 0.14 291.63 0.65 0.61
Hex CA 5B DC 8 3B 0 E 124 41 3D
Octal 312 133 334 10 73 0 16 444 101 75
Binary 11001010 1011011 11011100 1000 111011 0 1110 100100100 1000001 111101

Color Harmonies of #CA5BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5BDC

Black with #CA5BDC

Text Example


Text Example

White with #CA5BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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