Html Css Color HEX #CA5ADD Medium Orchid

📋 copy color: '#CA5ADD'

red 202 ◦ green 90 ◦ blue 221

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

Shades of Medium Orchid #CA5ADD

Tints of Medium Orchid #CA5ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.54%

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

R = 39.38%
G = 17.54%
B = 43.08%

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

#CA5ADD (or 0xCA5ADD) is known color: Medium Orchid. HEX triplet: CA, 5A and DD. RGB value is (202,90,221). Sum of RGB (Red+Green+Blue) = 202+90+221=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA5ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5ADD is #35A522. Grayscale: #8A8A8A. Windows color (decimal): -3515683 or 14506698. OLE color: 14506698.

HSL color Cylindrical-coordinate representation of color #CA5ADD: hue angle of 291.3º 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 #CA5ADD is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 90 221 -
CMYK 0.09 0.59 0 0.13
HSL 291.3º 0.66% 0.61% -
HSV(B) 291.3º 0.59% 0.87% -
XYZ 41.06 25.09 71.09 -
YUV 138.42 174.61 173.35 -
System Red Green Blue C M Y K H S L
Decimal 202 90 221 0.09 0.59 0 0.13 291.3 0.66 0.61
Hex CA 5A DD 9 3B 0 D 123 42 3D
Octal 312 132 335 11 73 0 15 443 102 75
Binary 11001010 1011010 11011101 1001 111011 0 1101 100100011 1000010 111101

Color Harmonies of #CA5ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5ADD

Black with #CA5ADD

Text Example


Text Example

White with #CA5ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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