Html Css Color HEX #CA47DB Medium Orchid

📋 copy color: '#CA47DB'

red 202 ◦ green 71 ◦ blue 219

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

Shades of Medium Orchid #CA47DB

Tints of Medium Orchid #CA47DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 41.06%
G = 14.43%
B = 44.51%

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

#CA47DB (or 0xCA47DB) is known color: Medium Orchid. HEX triplet: CA, 47 and DB. RGB value is (202,71,219). Sum of RGB (Red+Green+Blue) = 202+71+219=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 71 (28.12% from 255 or 14.43% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA47DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA47DB is #35B824. Grayscale: #7E7E7E. Windows color (decimal): -3520549 or 14370762. OLE color: 14370762.

HSL color Cylindrical-coordinate representation of color #CA47DB: hue angle of 293.11º degrees, saturation: 0.67, 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 #CA47DB is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 71 219 -
CMYK 0.08 0.68 0 0.14
HSL 293.11º 0.67% 0.57% -
HSV(B) 293.11º 0.68% 0.86% -
XYZ 39.4 22.18 69.22 -
YUV 127.04 179.9 181.47 -
System Red Green Blue C M Y K H S L
Decimal 202 71 219 0.08 0.68 0 0.14 293.11 0.67 0.57
Hex CA 47 DB 8 44 0 E 125 43 39
Octal 312 107 333 10 104 0 16 445 103 71
Binary 11001010 1000111 11011011 1000 1000100 0 1110 100100101 1000011 111001

Color Harmonies of #CA47DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA47DB

Black with #CA47DB

Text Example


Text Example

White with #CA47DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA47DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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