Html Css Color HEX #CA5DDD Medium Orchid

📋 copy color: '#CA5DDD'

red 202 ◦ green 93 ◦ blue 221

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

Shades of Medium Orchid #CA5DDD

Tints of Medium Orchid #CA5DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.83%

R = 39.15%
G = 18.02%
B = 42.83%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA5DDD (or 0xCA5DDD) is known color: Medium Orchid. HEX triplet: CA, 5D and DD. RGB value is (202,93,221). Sum of RGB (Red+Green+Blue) = 202+93+221=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA5DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5DDD is #35A222. Grayscale: #8B8B8B. Windows color (decimal): -3514915 or 14507466. OLE color: 14507466.

HSL color Cylindrical-coordinate representation of color #CA5DDD: hue angle of 291.09º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA5DDD is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 93 221 -
CMYK 0.09 0.58 0 0.13
HSL 291.09º 0.65% 0.62% -
HSV(B) 291.09º 0.58% 0.87% -
XYZ 41.32 25.61 71.17 -
YUV 140.18 173.61 172.09 -
System Red Green Blue C M Y K H S L
Decimal 202 93 221 0.09 0.58 0 0.13 291.09 0.65 0.62
Hex CA 5D DD 9 3A 0 D 123 41 3E
Octal 312 135 335 11 72 0 15 443 101 76
Binary 11001010 1011101 11011101 1001 111010 0 1101 100100011 1000001 111110

Color Harmonies of #CA5DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5DDD

Black with #CA5DDD

Text Example


Text Example

White with #CA5DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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