Html Css Color HEX #CA57DD Medium Orchid

📋 copy color: '#CA57DD'

red 202 ◦ green 87 ◦ blue 221

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

Shades of Medium Orchid #CA57DD

Tints of Medium Orchid #CA57DD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.06%

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

R = 39.61%
G = 17.06%
B = 43.33%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA57DD (or 0xCA57DD) is known color: Medium Orchid. HEX triplet: CA, 57 and DD. RGB value is (202,87,221). Sum of RGB (Red+Green+Blue) = 202+87+221=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 87 (34.38% from 255 or 17.06% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA57DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA57DD is #35A822. Grayscale: #888888. Windows color (decimal): -3516451 or 14505930. OLE color: 14505930.

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

Color convert

RGB 202 87 221 -
CMYK 0.09 0.61 0 0.13
HSL 291.49º 0.66% 0.6% -
HSV(B) 291.49º 0.61% 0.87% -
XYZ 40.82 24.59 71 -
YUV 136.66 175.6 174.6 -
System Red Green Blue C M Y K H S L
Decimal 202 87 221 0.09 0.61 0 0.13 291.49 0.66 0.6
Hex CA 57 DD 9 3D 0 D 123 42 3C
Octal 312 127 335 11 75 0 15 443 102 74
Binary 11001010 1010111 11011101 1001 111101 0 1101 100100011 1000010 111100

Color Harmonies of #CA57DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA57DD

Black with #CA57DD

Text Example


Text Example

White with #CA57DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA57DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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