Html Css Color HEX #CA5DD8 Medium Orchid

📋 copy color: '#CA5DD8'

red 202 ◦ green 93 ◦ blue 216

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

Shades of Medium Orchid #CA5DD8

Tints of Medium Orchid #CA5DD8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.2%

 BLUE value IS 216 (84.77% from 255) = 42.27%

R = 39.53%
G = 18.2%
B = 42.27%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA5DD8 (or 0xCA5DD8) is known color: Medium Orchid. HEX triplet: CA, 5D and D8. RGB value is (202,93,216). Sum of RGB (Red+Green+Blue) = 202+93+216=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA5DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5DD8 is #35A227. Grayscale: #8B8B8B. Windows color (decimal): -3514920 or 14179786. OLE color: 14179786.

HSL color Cylindrical-coordinate representation of color #CA5DD8: hue angle of 293.17º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA5DD8 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 93 216 -
CMYK 0.06 0.57 0 0.15
HSL 293.17º 0.61% 0.61% -
HSV(B) 293.17º 0.57% 0.85% -
XYZ 40.67 25.34 67.71 -
YUV 139.61 171.11 172.5 -
System Red Green Blue C M Y K H S L
Decimal 202 93 216 0.06 0.57 0 0.15 293.17 0.61 0.61
Hex CA 5D D8 6 39 0 F 125 3D 3D
Octal 312 135 330 6 71 0 17 445 75 75
Binary 11001010 1011101 11011000 110 111001 0 1111 100100101 111101 111101

Color Harmonies of #CA5DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5DD8

Black with #CA5DD8

Text Example


Text Example

White with #CA5DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5DD8; }

 p { color: rgb(202,93,216); }

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

background-color css

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

 a { background-color: rgb(202,93,216); }

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

border-color css

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

 span { border-color: rgb(202,93,216); }

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