Html Css Color HEX #CA5BE4 Medium Orchid

📋 copy color: '#CA5BE4'

red 202 ◦ green 91 ◦ blue 228

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

Shades of Medium Orchid #CA5BE4

Tints of Medium Orchid #CA5BE4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.47%

 BLUE value IS 228 (89.45% from 255) = 43.76%

R = 38.77%
G = 17.47%
B = 43.76%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CA5BE4 (or 0xCA5BE4) is known color: Medium Orchid. HEX triplet: CA, 5B and E4. RGB value is (202,91,228). Sum of RGB (Red+Green+Blue) = 202+91+228=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 228 (89.45% from 255 or 43.76% from 521); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA5BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5BE4 is #35A41B. Grayscale: #8B8B8B. Windows color (decimal): -3515420 or 14965706. OLE color: 14965706.

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

Color convert

RGB 202 91 228 -
CMYK 0.11 0.60 0 0.11
HSL 288.61º 0.72% 0.63% -
HSV(B) 288.61º 0.6% 0.89% -
XYZ 42.1 25.64 76.13 -
YUV 139.81 177.77 172.36 -
System Red Green Blue C M Y K H S L
Decimal 202 91 228 0.11 0.60 0 0.11 288.61 0.72 0.63
Hex CA 5B E4 B 3C 0 B 121 48 3F
Octal 312 133 344 13 74 0 13 441 110 77
Binary 11001010 1011011 11100100 1011 111100 0 1011 100100001 1001000 111111

Color Harmonies of #CA5BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5BE4

Black with #CA5BE4

Text Example


Text Example

White with #CA5BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5BE4; }

 p { color: rgb(202,91,228); }

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

background-color css

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

 a { background-color: rgb(202,91,228); }

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

border-color css

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

 span { border-color: rgb(202,91,228); }

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