Html Css Color HEX #CA5FEB Medium Orchid

📋 copy color: '#CA5FEB'

red 202 ◦ green 95 ◦ blue 235

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

Shades of Medium Orchid #CA5FEB

Tints of Medium Orchid #CA5FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.86%

 BLUE value IS 235 (92.19% from 255) = 44.17%

R = 37.97%
G = 17.86%
B = 44.17%

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

#CA5FEB (or 0xCA5FEB) is known color: Medium Orchid. HEX triplet: CA, 5F and EB. RGB value is (202,95,235). Sum of RGB (Red+Green+Blue) = 202+95+235=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 95 (37.5% from 255 or 17.86% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA5FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5FEB is #35A014. Grayscale: #8E8E8E. Windows color (decimal): -3514389 or 15425482. OLE color: 15425482.

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

Color convert

RGB 202 95 235 -
CMYK 0.14 0.60 0 0.08
HSL 285.86º 0.78% 0.65% -
HSV(B) 285.86º 0.6% 0.92% -
XYZ 43.44 26.74 81.47 -
YUV 142.95 179.95 170.12 -
System Red Green Blue C M Y K H S L
Decimal 202 95 235 0.14 0.60 0 0.08 285.86 0.78 0.65
Hex CA 5F EB E 3C 0 8 11E 4E 41
Octal 312 137 353 16 74 0 10 436 116 101
Binary 11001010 1011111 11101011 1110 111100 0 1000 100011110 1001110 1000001

Color Harmonies of #CA5FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5FEB

Black with #CA5FEB

Text Example


Text Example

White with #CA5FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5FEB; }

 p { color: rgb(202,95,235); }

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

background-color css

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

 a { background-color: rgb(202,95,235); }

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

border-color css

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

 span { border-color: rgb(202,95,235); }

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