Html Css Color HEX #C255DD Medium Orchid

📋 copy color: '#C255DD'

red 194 ◦ green 85 ◦ blue 221

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

Shades of Medium Orchid #C255DD

Tints of Medium Orchid #C255DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.2%

R = 38.8%
G = 17%
B = 44.2%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C255DD (or 0xC255DD) is known color: Medium Orchid. HEX triplet: C2, 55 and DD. RGB value is (194,85,221). Sum of RGB (Red+Green+Blue) = 194+85+221=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #C255DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C255DD is #3DAA22. Grayscale: #848484. Windows color (decimal): -4041251 or 14505410. OLE color: 14505410.

HSL color Cylindrical-coordinate representation of color #C255DD: hue angle of 288.09º degrees, saturation: 0.67, 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 #C255DD is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 85 221 -
CMYK 0.12 0.62 0 0.13
HSL 288.09º 0.67% 0.6% -
HSV(B) 288.09º 0.62% 0.87% -
XYZ 38.55 23.19 70.85 -
YUV 133.1 177.61 171.44 -
System Red Green Blue C M Y K H S L
Decimal 194 85 221 0.12 0.62 0 0.13 288.09 0.67 0.6
Hex C2 55 DD C 3E 0 D 120 43 3C
Octal 302 125 335 14 76 0 15 440 103 74
Binary 11000010 1010101 11011101 1100 111110 0 1101 100100000 1000011 111100

Color Harmonies of #C255DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C255DD

Black with #C255DD

Text Example


Text Example

White with #C255DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C255DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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