Html Css Color HEX #CA5FD5 Medium Orchid

📋 copy color: '#CA5FD5'

red 202 ◦ green 95 ◦ blue 213

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

Shades of Medium Orchid #CA5FD5

Tints of Medium Orchid #CA5FD5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.63%

 BLUE value IS 213 (83.59% from 255) = 41.76%

R = 39.61%
G = 18.63%
B = 41.76%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA5FD5 (or 0xCA5FD5) is known color: Medium Orchid. HEX triplet: CA, 5F and D5. RGB value is (202,95,213). Sum of RGB (Red+Green+Blue) = 202+95+213=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA5FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5FD5 is #35A02A. Grayscale: #8C8C8C. Windows color (decimal): -3514411 or 13983690. OLE color: 13983690.

HSL color Cylindrical-coordinate representation of color #CA5FD5: hue angle of 294.41º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5FD5 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 95 213 -
CMYK 0.05 0.55 0 0.16
HSL 294.41º 0.58% 0.6% -
HSV(B) 294.41º 0.55% 0.84% -
XYZ 40.46 25.55 65.75 -
YUV 140.45 168.95 171.91 -
System Red Green Blue C M Y K H S L
Decimal 202 95 213 0.05 0.55 0 0.16 294.41 0.58 0.6
Hex CA 5F D5 5 37 0 10 126 3A 3C
Octal 312 137 325 5 67 0 20 446 72 74
Binary 11001010 1011111 11010101 101 110111 0 10000 100100110 111010 111100

Color Harmonies of #CA5FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5FD5

Black with #CA5FD5

Text Example


Text Example

White with #CA5FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5FD5; }

 p { color: rgb(202,95,213); }

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

background-color css

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

 a { background-color: rgb(202,95,213); }

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

border-color css

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

 span { border-color: rgb(202,95,213); }

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