Html Css Color HEX #CA47E0 Medium Orchid

📋 copy color: '#CA47E0'

red 202 ◦ green 71 ◦ blue 224

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

Shades of Medium Orchid #CA47E0

Tints of Medium Orchid #CA47E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.07%

R = 40.64%
G = 14.29%
B = 45.07%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA47E0 (or 0xCA47E0) is known color: Medium Orchid. HEX triplet: CA, 47 and E0. RGB value is (202,71,224). Sum of RGB (Red+Green+Blue) = 202+71+224=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 71 (28.12% from 255 or 14.29% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA47E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA47E0 is #35B81F. Grayscale: #7F7F7F. Windows color (decimal): -3520544 or 14698442. OLE color: 14698442.

HSL color Cylindrical-coordinate representation of color #CA47E0: hue angle of 291.37º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA47E0 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 71 224 -
CMYK 0.10 0.68 0 0.12
HSL 291.37º 0.71% 0.58% -
HSV(B) 291.37º 0.68% 0.88% -
XYZ 40.06 22.44 72.74 -
YUV 127.61 182.4 181.06 -
System Red Green Blue C M Y K H S L
Decimal 202 71 224 0.10 0.68 0 0.12 291.37 0.71 0.58
Hex CA 47 E0 A 44 0 C 123 47 3A
Octal 312 107 340 12 104 0 14 443 107 72
Binary 11001010 1000111 11100000 1010 1000100 0 1100 100100011 1000111 111010

Color Harmonies of #CA47E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA47E0

Black with #CA47E0

Text Example


Text Example

White with #CA47E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA47E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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