Html Css Color HEX #CA47DC Medium Orchid

📋 copy color: '#CA47DC'

red 202 ◦ green 71 ◦ blue 220

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

Shades of Medium Orchid #CA47DC

Tints of Medium Orchid #CA47DC

RGB

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

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

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

R = 40.97%
G = 14.4%
B = 44.62%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA47DC (or 0xCA47DC) is known color: Medium Orchid. HEX triplet: CA, 47 and DC. RGB value is (202,71,220). Sum of RGB (Red+Green+Blue) = 202+71+220=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 71 (28.12% from 255 or 14.40% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA47DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA47DC is #35B823. Grayscale: #7E7E7E. Windows color (decimal): -3520548 or 14436298. OLE color: 14436298.

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

Color convert

RGB 202 71 220 -
CMYK 0.08 0.68 0 0.14
HSL 292.75º 0.68% 0.57% -
HSV(B) 292.75º 0.68% 0.86% -
XYZ 39.53 22.23 69.92 -
YUV 127.16 180.4 181.38 -
System Red Green Blue C M Y K H S L
Decimal 202 71 220 0.08 0.68 0 0.14 292.75 0.68 0.57
Hex CA 47 DC 8 44 0 E 125 44 39
Octal 312 107 334 10 104 0 16 445 104 71
Binary 11001010 1000111 11011100 1000 1000100 0 1110 100100101 1000100 111001

Color Harmonies of #CA47DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA47DC

Black with #CA47DC

Text Example


Text Example

White with #CA47DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA47DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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