Html Css Color HEX #CA5AED Medium Orchid

📋 copy color: '#CA5AED'

red 202 ◦ green 90 ◦ blue 237

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

Shades of Medium Orchid #CA5AED

Tints of Medium Orchid #CA5AED

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.01%

 BLUE value IS 237 (92.97% from 255) = 44.8%

R = 38.19%
G = 17.01%
B = 44.8%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA5AED (or 0xCA5AED) is known color: Medium Orchid. HEX triplet: CA, 5A and ED. RGB value is (202,90,237). Sum of RGB (Red+Green+Blue) = 202+90+237=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA5AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5AED is #35A512. Grayscale: #8B8B8B. Windows color (decimal): -3515667 or 15555274. OLE color: 15555274.

HSL color Cylindrical-coordinate representation of color #CA5AED: hue angle of 285.71º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA5AED is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 90 237 -
CMYK 0.15 0.62 0 0.07
HSL 285.71º 0.8% 0.64% -
HSV(B) 285.71º 0.62% 0.93% -
XYZ 43.3 25.98 82.85 -
YUV 140.25 182.61 172.05 -
System Red Green Blue C M Y K H S L
Decimal 202 90 237 0.15 0.62 0 0.07 285.71 0.8 0.64
Hex CA 5A ED F 3E 0 7 11E 50 40
Octal 312 132 355 17 76 0 7 436 120 100
Binary 11001010 1011010 11101101 1111 111110 0 111 100011110 1010000 1000000

Color Harmonies of #CA5AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5AED

Black with #CA5AED

Text Example


Text Example

White with #CA5AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5AED; }

 p { color: rgb(202,90,237); }

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

background-color css

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

 a { background-color: rgb(202,90,237); }

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

border-color css

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

 span { border-color: rgb(202,90,237); }

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