Html Css Color HEX #CA4EDC Medium Orchid

📋 copy color: '#CA4EDC'

red 202 ◦ green 78 ◦ blue 220

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

Shades of Medium Orchid #CA4EDC

Tints of Medium Orchid #CA4EDC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.6%

 BLUE value IS 220 (86.33% from 255) = 44%

R = 40.4%
G = 15.6%
B = 44%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA4EDC (or 0xCA4EDC) is known color: Medium Orchid. HEX triplet: CA, 4E and DC. RGB value is (202,78,220). Sum of RGB (Red+Green+Blue) = 202+78+220=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 78 (30.86% from 255 or 15.6% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA4EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4EDC is #35B123. Grayscale: #828282. Windows color (decimal): -3518756 or 14438090. OLE color: 14438090.

HSL color Cylindrical-coordinate representation of color #CA4EDC: hue angle of 292.39º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4EDC is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 78 220 -
CMYK 0.08 0.65 0 0.14
HSL 292.39º 0.67% 0.58% -
HSV(B) 292.39º 0.65% 0.86% -
XYZ 40 23.17 70.07 -
YUV 131.26 178.08 178.45 -
System Red Green Blue C M Y K H S L
Decimal 202 78 220 0.08 0.65 0 0.14 292.39 0.67 0.58
Hex CA 4E DC 8 41 0 E 124 43 3A
Octal 312 116 334 10 101 0 16 444 103 72
Binary 11001010 1001110 11011100 1000 1000001 0 1110 100100100 1000011 111010

Color Harmonies of #CA4EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4EDC

Black with #CA4EDC

Text Example


Text Example

White with #CA4EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4EDC; }

 p { color: rgb(202,78,220); }

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

background-color css

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

 a { background-color: rgb(202,78,220); }

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

border-color css

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

 span { border-color: rgb(202,78,220); }

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