Html Css Color HEX #CA59DD Medium Orchid

📋 copy color: '#CA59DD'

red 202 ◦ green 89 ◦ blue 221

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

Shades of Medium Orchid #CA59DD

Tints of Medium Orchid #CA59DD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.38%

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

R = 39.45%
G = 17.38%
B = 43.16%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA59DD (or 0xCA59DD) is known color: Medium Orchid. HEX triplet: CA, 59 and DD. RGB value is (202,89,221). Sum of RGB (Red+Green+Blue) = 202+89+221=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA59DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA59DD is #35A622. Grayscale: #898989. Windows color (decimal): -3515939 or 14506442. OLE color: 14506442.

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

Color convert

RGB 202 89 221 -
CMYK 0.09 0.60 0 0.13
HSL 291.36º 0.66% 0.61% -
HSV(B) 291.36º 0.6% 0.87% -
XYZ 40.98 24.92 71.06 -
YUV 137.84 174.94 173.77 -
System Red Green Blue C M Y K H S L
Decimal 202 89 221 0.09 0.60 0 0.13 291.36 0.66 0.61
Hex CA 59 DD 9 3C 0 D 123 42 3D
Octal 312 131 335 11 74 0 15 443 102 75
Binary 11001010 1011001 11011101 1001 111100 0 1101 100100011 1000010 111101

Color Harmonies of #CA59DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA59DD

Black with #CA59DD

Text Example


Text Example

White with #CA59DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA59DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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