Html Css Color HEX #CA5BDD Medium Orchid

📋 copy color: '#CA5BDD'

red 202 ◦ green 91 ◦ blue 221

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

Shades of Medium Orchid #CA5BDD

Tints of Medium Orchid #CA5BDD

RGB

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

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

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

R = 39.3%
G = 17.7%
B = 43%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA5BDD (or 0xCA5BDD) is known color: Medium Orchid. HEX triplet: CA, 5B and DD. RGB value is (202,91,221). Sum of RGB (Red+Green+Blue) = 202+91+221=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 91 (35.94% from 255 or 17.70% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA5BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5BDD is #35A422. Grayscale: #8A8A8A. Windows color (decimal): -3515427 or 14506954. OLE color: 14506954.

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

Color convert

RGB 202 91 221 -
CMYK 0.09 0.59 0 0.13
HSL 291.23º 0.66% 0.61% -
HSV(B) 291.23º 0.59% 0.87% -
XYZ 41.15 25.26 71.11 -
YUV 139.01 174.27 172.93 -
System Red Green Blue C M Y K H S L
Decimal 202 91 221 0.09 0.59 0 0.13 291.23 0.66 0.61
Hex CA 5B DD 9 3B 0 D 123 42 3D
Octal 312 133 335 11 73 0 15 443 102 75
Binary 11001010 1011011 11011101 1001 111011 0 1101 100100011 1000010 111101

Color Harmonies of #CA5BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5BDD

Black with #CA5BDD

Text Example


Text Example

White with #CA5BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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