Html Css Color HEX #CA5CE3 Medium Orchid

📋 copy color: '#CA5CE3'

red 202 ◦ green 92 ◦ blue 227

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

Shades of Medium Orchid #CA5CE3

Tints of Medium Orchid #CA5CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 43.57%

R = 38.77%
G = 17.66%
B = 43.57%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CA5CE3 (or 0xCA5CE3) is known color: Medium Orchid. HEX triplet: CA, 5C and E3. RGB value is (202,92,227). Sum of RGB (Red+Green+Blue) = 202+92+227=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 227 - color contains mainly: blue. Hex color #CA5CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CE3 is #35A31C. Grayscale: #8B8B8B. Windows color (decimal): -3515165 or 14900426. OLE color: 14900426.

HSL color Cylindrical-coordinate representation of color #CA5CE3: hue angle of 288.89º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5CE3 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 92 227 -
CMYK 0.11 0.59 0 0.11
HSL 288.89º 0.71% 0.63% -
HSV(B) 288.89º 0.59% 0.89% -
XYZ 42.05 25.76 75.43 -
YUV 140.28 176.94 172.02 -
System Red Green Blue C M Y K H S L
Decimal 202 92 227 0.11 0.59 0 0.11 288.89 0.71 0.63
Hex CA 5C E3 B 3B 0 B 121 47 3F
Octal 312 134 343 13 73 0 13 441 107 77
Binary 11001010 1011100 11100011 1011 111011 0 1011 100100001 1000111 111111

Color Harmonies of #CA5CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5CE3

Black with #CA5CE3

Text Example


Text Example

White with #CA5CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5CE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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