Html Css Color HEX #CA3EDC Medium Orchid

📋 copy color: '#CA3EDC'

red 202 ◦ green 62 ◦ blue 220

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

Shades of Medium Orchid #CA3EDC

Tints of Medium Orchid #CA3EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.81%

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

R = 41.74%
G = 12.81%
B = 45.45%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA3EDC (or 0xCA3EDC) is known color: Medium Orchid. HEX triplet: CA, 3E and DC. RGB value is (202,62,220). Sum of RGB (Red+Green+Blue) = 202+62+220=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 62 (24.61% from 255 or 12.81% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA3EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3EDC is #35C123. Grayscale: #797979. Windows color (decimal): -3522852 or 14433994. OLE color: 14433994.

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

Color convert

RGB 202 62 220 -
CMYK 0.08 0.72 0 0.14
HSL 293.16º 0.69% 0.55% -
HSV(B) 293.16º 0.72% 0.86% -
XYZ 39 21.17 69.74 -
YUV 121.87 183.38 185.15 -
System Red Green Blue C M Y K H S L
Decimal 202 62 220 0.08 0.72 0 0.14 293.16 0.69 0.55
Hex CA 3E DC 8 48 0 E 125 45 37
Octal 312 76 334 10 110 0 16 445 105 67
Binary 11001010 111110 11011100 1000 1001000 0 1110 100100101 1000101 110111

Color Harmonies of #CA3EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3EDC

Black with #CA3EDC

Text Example


Text Example

White with #CA3EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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