Html Css Color HEX #CA47E6 Medium Orchid

📋 copy color: '#CA47E6'

red 202 ◦ green 71 ◦ blue 230

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

Shades of Medium Orchid #CA47E6

Tints of Medium Orchid #CA47E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.73%

R = 40.16%
G = 14.12%
B = 45.73%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA47E6 (or 0xCA47E6) is known color: Medium Orchid. HEX triplet: CA, 47 and E6. RGB value is (202,71,230). Sum of RGB (Red+Green+Blue) = 202+71+230=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 71 (28.12% from 255 or 14.12% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA47E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA47E6 is #35B819. Grayscale: #7F7F7F. Windows color (decimal): -3520538 or 15091658. OLE color: 15091658.

HSL color Cylindrical-coordinate representation of color #CA47E6: hue angle of 289.43º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA47E6 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 71 230 -
CMYK 0.12 0.69 0 0.10
HSL 289.43º 0.76% 0.59% -
HSV(B) 289.43º 0.69% 0.9% -
XYZ 40.89 22.78 77.1 -
YUV 128.3 185.4 180.57 -
System Red Green Blue C M Y K H S L
Decimal 202 71 230 0.12 0.69 0 0.10 289.43 0.76 0.59
Hex CA 47 E6 C 45 0 A 121 4C 3B
Octal 312 107 346 14 105 0 12 441 114 73
Binary 11001010 1000111 11100110 1100 1000101 0 1010 100100001 1001100 111011

Color Harmonies of #CA47E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA47E6

Black with #CA47E6

Text Example


Text Example

White with #CA47E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA47E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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