Html Css Color HEX #CA47FB Medium Orchid

📋 copy color: '#CA47FB'

red 202 ◦ green 71 ◦ blue 251

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

Shades of Medium Orchid #CA47FB

Tints of Medium Orchid #CA47FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.9%

R = 38.55%
G = 13.55%
B = 47.9%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA47FB (or 0xCA47FB) is known color: Medium Orchid. HEX triplet: CA, 47 and FB. RGB value is (202,71,251). Sum of RGB (Red+Green+Blue) = 202+71+251=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 71 (28.12% from 255 or 13.55% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA47FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA47FB is #35B804. Grayscale: #828282. Windows color (decimal): -3520517 or 16467914. OLE color: 16467914.

HSL color Cylindrical-coordinate representation of color #CA47FB: hue angle of 283.67º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA47FB is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 71 251 -
CMYK 0.20 0.72 0 0.02
HSL 283.67º 0.96% 0.63% -
HSV(B) 283.67º 0.72% 0.98% -
XYZ 44.02 24.03 93.58 -
YUV 130.69 195.9 178.86 -
System Red Green Blue C M Y K H S L
Decimal 202 71 251 0.20 0.72 0 0.02 283.67 0.96 0.63
Hex CA 47 FB 14 48 0 2 11C 60 3F
Octal 312 107 373 24 110 0 2 434 140 77
Binary 11001010 1000111 11111011 10100 1001000 0 10 100011100 1100000 111111

Color Harmonies of #CA47FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA47FB

Black with #CA47FB

Text Example


Text Example

White with #CA47FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA47FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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