Html Css Color HEX #C255FB Medium Orchid

📋 copy color: '#C255FB'

red 194 ◦ green 85 ◦ blue 251

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

Shades of Medium Orchid #C255FB

Tints of Medium Orchid #C255FB

RGB

 RED value IS 194 (76.17% from 255) = 36.6%

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

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

R = 36.6%
G = 16.04%
B = 47.36%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C255FB (or 0xC255FB) is known color: Medium Orchid. HEX triplet: C2, 55 and FB. RGB value is (194,85,251). Sum of RGB (Red+Green+Blue) = 194+85+251=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 85 (33.59% from 255 or 16.04% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #C255FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C255FB is #3DAA04. Grayscale: #878787. Windows color (decimal): -4041221 or 16471490. OLE color: 16471490.

HSL color Cylindrical-coordinate representation of color #C255FB: hue angle of 279.4º 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 #C255FB is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 85 251 -
CMYK 0.23 0.66 0 0.02
HSL 279.4º 0.95% 0.66% -
HSV(B) 279.4º 0.66% 0.98% -
XYZ 42.91 24.93 93.82 -
YUV 136.52 192.61 169 -
System Red Green Blue C M Y K H S L
Decimal 194 85 251 0.23 0.66 0 0.02 279.4 0.95 0.66
Hex C2 55 FB 17 42 0 2 117 5F 42
Octal 302 125 373 27 102 0 2 427 137 102
Binary 11000010 1010101 11111011 10111 1000010 0 10 100010111 1011111 1000010

Color Harmonies of #C255FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C255FB

Black with #C255FB

Text Example


Text Example

White with #C255FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C255FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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