Html Css Color HEX #C255EE Medium Orchid

📋 copy color: '#C255EE'

red 194 ◦ green 85 ◦ blue 238

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

Shades of Medium Orchid #C255EE

Tints of Medium Orchid #C255EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.03%

R = 37.52%
G = 16.44%
B = 46.03%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C255EE (or 0xC255EE) is known color: Medium Orchid. HEX triplet: C2, 55 and EE. RGB value is (194,85,238). Sum of RGB (Red+Green+Blue) = 194+85+238=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #C255EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C255EE is #3DAA11. Grayscale: #868686. Windows color (decimal): -4041234 or 15619522. OLE color: 15619522.

HSL color Cylindrical-coordinate representation of color #C255EE: hue angle of 282.75º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C255EE is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 85 238 -
CMYK 0.18 0.64 0 0.07
HSL 282.75º 0.82% 0.63% -
HSV(B) 282.75º 0.64% 0.93% -
XYZ 40.93 24.14 83.39 -
YUV 135.03 186.11 170.06 -
System Red Green Blue C M Y K H S L
Decimal 194 85 238 0.18 0.64 0 0.07 282.75 0.82 0.63
Hex C2 55 EE 12 40 0 7 11B 52 3F
Octal 302 125 356 22 100 0 7 433 122 77
Binary 11000010 1010101 11101110 10010 1000000 0 111 100011011 1010010 111111

Color Harmonies of #C255EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C255EE

Black with #C255EE

Text Example


Text Example

White with #C255EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C255EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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