Html Css Color HEX #CA5BEE Medium Orchid

📋 copy color: '#CA5BEE'

red 202 ◦ green 91 ◦ blue 238

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

Shades of Medium Orchid #CA5BEE

Tints of Medium Orchid #CA5BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.82%

R = 38.04%
G = 17.14%
B = 44.82%

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

#CA5BEE (or 0xCA5BEE) is known color: Medium Orchid. HEX triplet: CA, 5B and EE. RGB value is (202,91,238). Sum of RGB (Red+Green+Blue) = 202+91+238=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 91 (35.94% from 255 or 17.14% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA5BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5BEE is #35A411. Grayscale: #8C8C8C. Windows color (decimal): -3515410 or 15621066. OLE color: 15621066.

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

Color convert

RGB 202 91 238 -
CMYK 0.15 0.62 0 0.07
HSL 285.31º 0.81% 0.65% -
HSV(B) 285.31º 0.62% 0.93% -
XYZ 43.53 26.21 83.65 -
YUV 140.95 182.77 171.55 -
System Red Green Blue C M Y K H S L
Decimal 202 91 238 0.15 0.62 0 0.07 285.31 0.81 0.65
Hex CA 5B EE F 3E 0 7 11D 51 41
Octal 312 133 356 17 76 0 7 435 121 101
Binary 11001010 1011011 11101110 1111 111110 0 111 100011101 1010001 1000001

Color Harmonies of #CA5BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5BEE

Black with #CA5BEE

Text Example


Text Example

White with #CA5BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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