Html Css Color HEX #C053FC Medium Orchid

📋 copy color: '#C053FC'

red 192 ◦ green 83 ◦ blue 252

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

Shades of Medium Orchid #C053FC

Tints of Medium Orchid #C053FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.82%

R = 36.43%
G = 15.75%
B = 47.82%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C053FC (or 0xC053FC) is known color: Medium Orchid. HEX triplet: C0, 53 and FC. RGB value is (192,83,252). Sum of RGB (Red+Green+Blue) = 192+83+252=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 83 (32.81% from 255 or 15.75% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #C053FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C053FC is #3FAC03. Grayscale: #868686. Windows color (decimal): -4172804 or 16536512. OLE color: 16536512.

HSL color Cylindrical-coordinate representation of color #C053FC: hue angle of 278.7º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C053FC is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 83 252 -
CMYK 0.24 0.67 0 0.01
HSL 278.7º 0.97% 0.66% -
HSV(B) 278.7º 0.67% 0.99% -
XYZ 42.4 24.42 94.57 -
YUV 134.86 194.11 168.76 -
System Red Green Blue C M Y K H S L
Decimal 192 83 252 0.24 0.67 0 0.01 278.7 0.97 0.66
Hex C0 53 FC 18 43 0 1 117 61 42
Octal 300 123 374 30 103 0 1 427 141 102
Binary 11000000 1010011 11111100 11000 1000011 0 1 100010111 1100001 1000010

Color Harmonies of #C053FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C053FC

Black with #C053FC

Text Example


Text Example

White with #C053FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C053FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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