Html Css Color HEX #CA5DED Medium Orchid

📋 copy color: '#CA5DED'

red 202 ◦ green 93 ◦ blue 237

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

Shades of Medium Orchid #CA5DED

Tints of Medium Orchid #CA5DED

RGB

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

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

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

R = 37.97%
G = 17.48%
B = 44.55%

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

#CA5DED (or 0xCA5DED) is known color: Medium Orchid. HEX triplet: CA, 5D and ED. RGB value is (202,93,237). Sum of RGB (Red+Green+Blue) = 202+93+237=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 93 (36.72% from 255 or 17.48% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA5DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5DED is #35A212. Grayscale: #8D8D8D. Windows color (decimal): -3514899 or 15556042. OLE color: 15556042.

HSL color Cylindrical-coordinate representation of color #CA5DED: hue angle of 285.42º degrees, saturation: 0.8, 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 #CA5DED is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 93 237 -
CMYK 0.15 0.61 0 0.07
HSL 285.42º 0.8% 0.65% -
HSV(B) 285.42º 0.61% 0.93% -
XYZ 43.56 26.5 82.94 -
YUV 142.01 181.61 170.79 -
System Red Green Blue C M Y K H S L
Decimal 202 93 237 0.15 0.61 0 0.07 285.42 0.8 0.65
Hex CA 5D ED F 3D 0 7 11D 50 41
Octal 312 135 355 17 75 0 7 435 120 101
Binary 11001010 1011101 11101101 1111 111101 0 111 100011101 1010000 1000001

Color Harmonies of #CA5DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5DED

Black with #CA5DED

Text Example


Text Example

White with #CA5DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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