Html Css Color HEX #C053FB Medium Orchid

📋 copy color: '#C053FB'

red 192 ◦ green 83 ◦ blue 251

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

Shades of Medium Orchid #C053FB

Tints of Medium Orchid #C053FB

RGB

 RED value IS 192 (75.39% from 255) = 36.5%

 GREEN value IS 83 (32.81% from 255) = 15.78%

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

R = 36.5%
G = 15.78%
B = 47.72%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C053FB (or 0xC053FB) is known color: Medium Orchid. HEX triplet: C0, 53 and FB. RGB value is (192,83,251). Sum of RGB (Red+Green+Blue) = 192+83+251=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 83 (32.81% from 255 or 15.78% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #C053FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C053FB is #3FAC04. Grayscale: #868686. Windows color (decimal): -4172805 or 16470976. OLE color: 16470976.

HSL color Cylindrical-coordinate representation of color #C053FB: hue angle of 278.93º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C053FB is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 83 251 -
CMYK 0.24 0.67 0 0.02
HSL 278.93º 0.95% 0.65% -
HSV(B) 278.93º 0.67% 0.98% -
XYZ 42.24 24.36 93.74 -
YUV 134.74 193.61 168.84 -
System Red Green Blue C M Y K H S L
Decimal 192 83 251 0.24 0.67 0 0.02 278.93 0.95 0.65
Hex C0 53 FB 18 43 0 2 117 5F 41
Octal 300 123 373 30 103 0 2 427 137 101
Binary 11000000 1010011 11111011 11000 1000011 0 10 100010111 1011111 1000001

Color Harmonies of #C053FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C053FB

Black with #C053FB

Text Example


Text Example

White with #C053FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C053FB; }

 p { color: rgb(192,83,251); }

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

background-color css

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

 a { background-color: rgb(192,83,251); }

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

border-color css

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

 span { border-color: rgb(192,83,251); }

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