Html Css Color HEX #CA58DD Medium Orchid

📋 copy color: '#CA58DD'

red 202 ◦ green 88 ◦ blue 221

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

Shades of Medium Orchid #CA58DD

Tints of Medium Orchid #CA58DD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.22%

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

R = 39.53%
G = 17.22%
B = 43.25%

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

#CA58DD (or 0xCA58DD) is known color: Medium Orchid. HEX triplet: CA, 58 and DD. RGB value is (202,88,221). Sum of RGB (Red+Green+Blue) = 202+88+221=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA58DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA58DD is #35A722. Grayscale: #888888. Windows color (decimal): -3516195 or 14506186. OLE color: 14506186.

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

Color convert

RGB 202 88 221 -
CMYK 0.09 0.60 0 0.13
HSL 291.43º 0.66% 0.61% -
HSV(B) 291.43º 0.6% 0.87% -
XYZ 40.9 24.76 71.03 -
YUV 137.25 175.27 174.19 -
System Red Green Blue C M Y K H S L
Decimal 202 88 221 0.09 0.60 0 0.13 291.43 0.66 0.61
Hex CA 58 DD 9 3C 0 D 123 42 3D
Octal 312 130 335 11 74 0 15 443 102 75
Binary 11001010 1011000 11011101 1001 111100 0 1101 100100011 1000010 111101

Color Harmonies of #CA58DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA58DD

Black with #CA58DD

Text Example


Text Example

White with #CA58DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA58DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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