Html Css Color HEX #CA5DEE Medium Orchid

📋 copy color: '#CA5DEE'

red 202 ◦ green 93 ◦ blue 238

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

Shades of Medium Orchid #CA5DEE

Tints of Medium Orchid #CA5DEE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.45%

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

R = 37.9%
G = 17.45%
B = 44.65%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA5DEE (or 0xCA5DEE) is known color: Medium Orchid. HEX triplet: CA, 5D and EE. RGB value is (202,93,238). Sum of RGB (Red+Green+Blue) = 202+93+238=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 93 (36.72% from 255 or 17.45% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA5DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5DEE is #35A211. Grayscale: #8D8D8D. Windows color (decimal): -3514898 or 15621578. OLE color: 15621578.

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

Color convert

RGB 202 93 238 -
CMYK 0.15 0.61 0 0.07
HSL 285.1º 0.81% 0.65% -
HSV(B) 285.1º 0.61% 0.93% -
XYZ 43.7 26.56 83.71 -
YUV 142.12 182.11 170.71 -
System Red Green Blue C M Y K H S L
Decimal 202 93 238 0.15 0.61 0 0.07 285.1 0.81 0.65
Hex CA 5D EE F 3D 0 7 11D 51 41
Octal 312 135 356 17 75 0 7 435 121 101
Binary 11001010 1011101 11101110 1111 111101 0 111 100011101 1010001 1000001

Color Harmonies of #CA5DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5DEE

Black with #CA5DEE

Text Example


Text Example

White with #CA5DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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