Html Css Color HEX #CA5EEA Medium Orchid

📋 copy color: '#CA5EEA'

red 202 ◦ green 94 ◦ blue 234

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

Shades of Medium Orchid #CA5EEA

Tints of Medium Orchid #CA5EEA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.74%

 BLUE value IS 234 (91.8% from 255) = 44.15%

R = 38.11%
G = 17.74%
B = 44.15%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA5EEA (or 0xCA5EEA) is known color: Medium Orchid. HEX triplet: CA, 5E and EA. RGB value is (202,94,234). Sum of RGB (Red+Green+Blue) = 202+94+234=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 94 (37.11% from 255 or 17.74% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA5EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5EEA is #35A115. Grayscale: #8D8D8D. Windows color (decimal): -3514646 or 15359690. OLE color: 15359690.

HSL color Cylindrical-coordinate representation of color #CA5EEA: hue angle of 286.29º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5EEA is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 94 234 -
CMYK 0.14 0.60 0 0.08
HSL 286.29º 0.77% 0.64% -
HSV(B) 286.29º 0.6% 0.92% -
XYZ 43.21 26.5 80.68 -
YUV 142.25 179.78 170.62 -
System Red Green Blue C M Y K H S L
Decimal 202 94 234 0.14 0.60 0 0.08 286.29 0.77 0.64
Hex CA 5E EA E 3C 0 8 11E 4D 40
Octal 312 136 352 16 74 0 10 436 115 100
Binary 11001010 1011110 11101010 1110 111100 0 1000 100011110 1001101 1000000

Color Harmonies of #CA5EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5EEA

Black with #CA5EEA

Text Example


Text Example

White with #CA5EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5EEA; }

 p { color: rgb(202,94,234); }

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

background-color css

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

 a { background-color: rgb(202,94,234); }

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

border-color css

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

 span { border-color: rgb(202,94,234); }

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