Html Css Color HEX #CA5ED8 Medium Orchid

📋 copy color: '#CA5ED8'

red 202 ◦ green 94 ◦ blue 216

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

Shades of Medium Orchid #CA5ED8

Tints of Medium Orchid #CA5ED8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.36%

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

R = 39.45%
G = 18.36%
B = 42.19%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA5ED8 (or 0xCA5ED8) is known color: Medium Orchid. HEX triplet: CA, 5E and D8. RGB value is (202,94,216). Sum of RGB (Red+Green+Blue) = 202+94+216=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 216 (84.77% from 255 or 42.19% from 512); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA5ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5ED8 is #35A127. Grayscale: #8B8B8B. Windows color (decimal): -3514664 or 14180042. OLE color: 14180042.

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

Color convert

RGB 202 94 216 -
CMYK 0.06 0.56 0 0.15
HSL 293.11º 0.61% 0.61% -
HSV(B) 293.11º 0.56% 0.85% -
XYZ 40.75 25.52 67.74 -
YUV 140.2 170.78 172.08 -
System Red Green Blue C M Y K H S L
Decimal 202 94 216 0.06 0.56 0 0.15 293.11 0.61 0.61
Hex CA 5E D8 6 38 0 F 125 3D 3D
Octal 312 136 330 6 70 0 17 445 75 75
Binary 11001010 1011110 11011000 110 111000 0 1111 100100101 111101 111101

Color Harmonies of #CA5ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5ED8

Black with #CA5ED8

Text Example


Text Example

White with #CA5ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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