Html Css Color HEX #C055FB Medium Orchid

📋 copy color: '#C055FB'

red 192 ◦ green 85 ◦ blue 251

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

Shades of Medium Orchid #C055FB

Tints of Medium Orchid #C055FB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.1%

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

R = 36.36%
G = 16.1%
B = 47.54%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C055FB (or 0xC055FB) is known color: Medium Orchid. HEX triplet: C0, 55 and FB. RGB value is (192,85,251). Sum of RGB (Red+Green+Blue) = 192+85+251=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 85 (33.59% from 255 or 16.10% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #C055FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C055FB is #3FAA04. Grayscale: #878787. Windows color (decimal): -4172293 or 16471488. OLE color: 16471488.

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

Color convert

RGB 192 85 251 -
CMYK 0.24 0.66 0 0.02
HSL 278.67º 0.95% 0.66% -
HSV(B) 278.67º 0.66% 0.98% -
XYZ 42.4 24.67 93.79 -
YUV 135.92 192.95 168 -
System Red Green Blue C M Y K H S L
Decimal 192 85 251 0.24 0.66 0 0.02 278.67 0.95 0.66
Hex C0 55 FB 18 42 0 2 117 5F 42
Octal 300 125 373 30 102 0 2 427 137 102
Binary 11000000 1010101 11111011 11000 1000010 0 10 100010111 1011111 1000010

Color Harmonies of #C055FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C055FB

Black with #C055FB

Text Example


Text Example

White with #C055FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C055FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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