Html Css Color HEX #C045FB Medium Orchid

📋 copy color: '#C045FB'

red 192 ◦ green 69 ◦ blue 251

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

Shades of Medium Orchid #C045FB

Tints of Medium Orchid #C045FB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.48%

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

R = 37.5%
G = 13.48%
B = 49.02%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C045FB (or 0xC045FB) is known color: Medium Orchid. HEX triplet: C0, 45 and FB. RGB value is (192,69,251). Sum of RGB (Red+Green+Blue) = 192+69+251=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 69 (27.34% from 255 or 13.48% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #C045FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C045FB is #3FBA04. Grayscale: #7D7D7D. Windows color (decimal): -4176389 or 16467392. OLE color: 16467392.

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

Color convert

RGB 192 69 251 -
CMYK 0.24 0.73 0 0.02
HSL 280.55º 0.96% 0.63% -
HSV(B) 280.55º 0.73% 0.98% -
XYZ 41.28 22.43 93.42 -
YUV 126.53 198.25 174.7 -
System Red Green Blue C M Y K H S L
Decimal 192 69 251 0.24 0.73 0 0.02 280.55 0.96 0.63
Hex C0 45 FB 18 49 0 2 119 60 3F
Octal 300 105 373 30 111 0 2 431 140 77
Binary 11000000 1000101 11111011 11000 1001001 0 10 100011001 1100000 111111

Color Harmonies of #C045FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C045FB

Black with #C045FB

Text Example


Text Example

White with #C045FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C045FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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