Html Css Color HEX #CA5CD3 Medium Orchid

📋 copy color: '#CA5CD3'

red 202 ◦ green 92 ◦ blue 211

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

Shades of Medium Orchid #CA5CD3

Tints of Medium Orchid #CA5CD3

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.22%

 BLUE value IS 211 (82.81% from 255) = 41.78%

R = 40%
G = 18.22%
B = 41.78%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CA5CD3 (or 0xCA5CD3) is known color: Medium Orchid. HEX triplet: CA, 5C and D3. RGB value is (202,92,211). Sum of RGB (Red+Green+Blue) = 202+92+211=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 211 - color contains mainly: blue. Hex color #CA5CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CD3 is #35A32C. Grayscale: #8A8A8A. Windows color (decimal): -3515181 or 13851850. OLE color: 13851850.

HSL color Cylindrical-coordinate representation of color #CA5CD3: hue angle of 295.46º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA5CD3 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 202 92 211 -
CMYK 0.04 0.56 0 0.17
HSL 295.46º 0.57% 0.59% -
HSV(B) 295.46º 0.56% 0.83% -
XYZ 39.94 24.91 64.33 -
YUV 138.46 168.94 173.32 -
System Red Green Blue C M Y K H S L
Decimal 202 92 211 0.04 0.56 0 0.17 295.46 0.57 0.59
Hex CA 5C D3 4 38 0 11 127 39 3B
Octal 312 134 323 4 70 0 21 447 71 73
Binary 11001010 1011100 11010011 100 111000 0 10001 100100111 111001 111011

Color Harmonies of #CA5CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5CD3

Black with #CA5CD3

Text Example


Text Example

White with #CA5CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5CD3; }

 p { color: rgb(202,92,211); }

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

background-color css

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

 a { background-color: rgb(202,92,211); }

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

border-color css

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

 span { border-color: rgb(202,92,211); }

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