Html Css Color HEX #CA47EC Medium Orchid

📋 copy color: '#CA47EC'

red 202 ◦ green 71 ◦ blue 236

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

Shades of Medium Orchid #CA47EC

Tints of Medium Orchid #CA47EC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.95%

 BLUE value IS 236 (92.58% from 255) = 46.37%

R = 39.69%
G = 13.95%
B = 46.37%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA47EC (or 0xCA47EC) is known color: Medium Orchid. HEX triplet: CA, 47 and EC. RGB value is (202,71,236). Sum of RGB (Red+Green+Blue) = 202+71+236=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 71 (28.12% from 255 or 13.95% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA47EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA47EC is #35B813. Grayscale: #808080. Windows color (decimal): -3520532 or 15484874. OLE color: 15484874.

HSL color Cylindrical-coordinate representation of color #CA47EC: hue angle of 287.64º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA47EC is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 71 236 -
CMYK 0.14 0.70 0 0.07
HSL 287.64º 0.81% 0.6% -
HSV(B) 287.64º 0.7% 0.93% -
XYZ 41.75 23.12 81.62 -
YUV 128.98 188.4 180.08 -
System Red Green Blue C M Y K H S L
Decimal 202 71 236 0.14 0.70 0 0.07 287.64 0.81 0.6
Hex CA 47 EC E 46 0 7 120 51 3C
Octal 312 107 354 16 106 0 7 440 121 74
Binary 11001010 1000111 11101100 1110 1000110 0 111 100100000 1010001 111100

Color Harmonies of #CA47EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA47EC

Black with #CA47EC

Text Example


Text Example

White with #CA47EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA47EC; }

 p { color: rgb(202,71,236); }

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

background-color css

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

 a { background-color: rgb(202,71,236); }

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

border-color css

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

 span { border-color: rgb(202,71,236); }

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