Html Css Color HEX #C255DF Medium Orchid

📋 copy color: '#C255DF'

red 194 ◦ green 85 ◦ blue 223

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

Shades of Medium Orchid #C255DF

Tints of Medium Orchid #C255DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.42%

R = 38.65%
G = 16.93%
B = 44.42%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C255DF (or 0xC255DF) is known color: Medium Orchid. HEX triplet: C2, 55 and DF. RGB value is (194,85,223). Sum of RGB (Red+Green+Blue) = 194+85+223=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #C255DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C255DF is #3DAA20. Grayscale: #848484. Windows color (decimal): -4041249 or 14636482. OLE color: 14636482.

HSL color Cylindrical-coordinate representation of color #C255DF: hue angle of 287.39º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C255DF is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 85 223 -
CMYK 0.13 0.62 0 0.13
HSL 287.39º 0.68% 0.6% -
HSV(B) 287.39º 0.62% 0.87% -
XYZ 38.82 23.29 72.26 -
YUV 133.32 178.61 171.28 -
System Red Green Blue C M Y K H S L
Decimal 194 85 223 0.13 0.62 0 0.13 287.39 0.68 0.6
Hex C2 55 DF D 3E 0 D 11F 44 3C
Octal 302 125 337 15 76 0 15 437 104 74
Binary 11000010 1010101 11011111 1101 111110 0 1101 100011111 1000100 111100

Color Harmonies of #C255DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C255DF

Black with #C255DF

Text Example


Text Example

White with #C255DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C255DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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