Html Css Color HEX #C255D5 Medium Orchid

📋 copy color: '#C255D5'

red 194 ◦ green 85 ◦ blue 213

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

Shades of Medium Orchid #C255D5

Tints of Medium Orchid #C255D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.29%

R = 39.43%
G = 17.28%
B = 43.29%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C255D5 (or 0xC255D5) is known color: Medium Orchid. HEX triplet: C2, 55 and D5. RGB value is (194,85,213). Sum of RGB (Red+Green+Blue) = 194+85+213=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #C255D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C255D5 is #3DAA2A. Grayscale: #838383. Windows color (decimal): -4041259 or 13981122. OLE color: 13981122.

HSL color Cylindrical-coordinate representation of color #C255D5: hue angle of 291.09º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C255D5 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 85 213 -
CMYK 0.09 0.60 0 0.16
HSL 291.09º 0.6% 0.58% -
HSV(B) 291.09º 0.6% 0.84% -
XYZ 37.51 22.77 65.37 -
YUV 132.18 173.61 172.09 -
System Red Green Blue C M Y K H S L
Decimal 194 85 213 0.09 0.60 0 0.16 291.09 0.6 0.58
Hex C2 55 D5 9 3C 0 10 123 3C 3A
Octal 302 125 325 11 74 0 20 443 74 72
Binary 11000010 1010101 11010101 1001 111100 0 10000 100100011 111100 111010

Color Harmonies of #C255D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C255D5

Black with #C255D5

Text Example


Text Example

White with #C255D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C255D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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