Html Css Color HEX #CA5CE2 Medium Orchid

📋 copy color: '#CA5CE2'

red 202 ◦ green 92 ◦ blue 226

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

Shades of Medium Orchid #CA5CE2

Tints of Medium Orchid #CA5CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.46%

R = 38.85%
G = 17.69%
B = 43.46%

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

#CA5CE2 (or 0xCA5CE2) is known color: Medium Orchid. HEX triplet: CA, 5C and E2. RGB value is (202,92,226). Sum of RGB (Red+Green+Blue) = 202+92+226=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 92 (36.33% from 255 or 17.69% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 226 - color contains mainly: blue. Hex color #CA5CE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CE2 is #35A31D. Grayscale: #8B8B8B. Windows color (decimal): -3515166 or 14834890. OLE color: 14834890.

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

Color convert

RGB 202 92 226 -
CMYK 0.11 0.59 0 0.11
HSL 289.25º 0.7% 0.62% -
HSV(B) 289.25º 0.59% 0.89% -
XYZ 41.91 25.7 74.7 -
YUV 140.17 176.44 172.1 -
System Red Green Blue C M Y K H S L
Decimal 202 92 226 0.11 0.59 0 0.11 289.25 0.7 0.62
Hex CA 5C E2 B 3B 0 B 121 46 3E
Octal 312 134 342 13 73 0 13 441 106 76
Binary 11001010 1011100 11100010 1011 111011 0 1011 100100001 1000110 111110

Color Harmonies of #CA5CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5CE2

Black with #CA5CE2

Text Example


Text Example

White with #CA5CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5CE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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