Html Css Color HEX #C255E8 Medium Orchid

📋 copy color: '#C255E8'

red 194 ◦ green 85 ◦ blue 232

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

Shades of Medium Orchid #C255E8

Tints of Medium Orchid #C255E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.4%

R = 37.96%
G = 16.63%
B = 45.4%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C255E8 (or 0xC255E8) is known color: Medium Orchid. HEX triplet: C2, 55 and E8. RGB value is (194,85,232). Sum of RGB (Red+Green+Blue) = 194+85+232=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 232 - color contains mainly: blue. Hex color #C255E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C255E8 is #3DAA17. Grayscale: #858585. Windows color (decimal): -4041240 or 15226306. OLE color: 15226306.

HSL color Cylindrical-coordinate representation of color #C255E8: hue angle of 284.49º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C255E8 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 85 232 -
CMYK 0.16 0.63 0 0.09
HSL 284.49º 0.76% 0.62% -
HSV(B) 284.49º 0.63% 0.91% -
XYZ 40.06 23.79 78.82 -
YUV 134.35 183.11 170.55 -
System Red Green Blue C M Y K H S L
Decimal 194 85 232 0.16 0.63 0 0.09 284.49 0.76 0.62
Hex C2 55 E8 10 3F 0 9 11C 4C 3E
Octal 302 125 350 20 77 0 11 434 114 76
Binary 11000010 1010101 11101000 10000 111111 0 1001 100011100 1001100 111110

Color Harmonies of #C255E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C255E8

Black with #C255E8

Text Example


Text Example

White with #C255E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C255E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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