Html Css Color HEX #CA47DA Medium Orchid

📋 copy color: '#CA47DA'

red 202 ◦ green 71 ◦ blue 218

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

Shades of Medium Orchid #CA47DA

Tints of Medium Orchid #CA47DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 41.14%
G = 14.46%
B = 44.4%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA47DA (or 0xCA47DA) is known color: Medium Orchid. HEX triplet: CA, 47 and DA. RGB value is (202,71,218). Sum of RGB (Red+Green+Blue) = 202+71+218=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 71 (28.12% from 255 or 14.46% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA47DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA47DA is #35B825. Grayscale: #7E7E7E. Windows color (decimal): -3520550 or 14305226. OLE color: 14305226.

HSL color Cylindrical-coordinate representation of color #CA47DA: hue angle of 293.47º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA47DA is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 71 218 -
CMYK 0.07 0.67 0 0.15
HSL 293.47º 0.67% 0.57% -
HSV(B) 293.47º 0.67% 0.85% -
XYZ 39.27 22.12 68.53 -
YUV 126.93 179.4 181.55 -
System Red Green Blue C M Y K H S L
Decimal 202 71 218 0.07 0.67 0 0.15 293.47 0.67 0.57
Hex CA 47 DA 7 43 0 F 125 43 39
Octal 312 107 332 7 103 0 17 445 103 71
Binary 11001010 1000111 11011010 111 1000011 0 1111 100100101 1000011 111001

Color Harmonies of #CA47DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA47DA

Black with #CA47DA

Text Example


Text Example

White with #CA47DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA47DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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