Html Css Color HEX #C255DE Medium Orchid

📋 copy color: '#C255DE'

red 194 ◦ green 85 ◦ blue 222

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

Shades of Medium Orchid #C255DE

Tints of Medium Orchid #C255DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.31%

R = 38.72%
G = 16.97%
B = 44.31%

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

#C255DE (or 0xC255DE) is known color: Medium Orchid. HEX triplet: C2, 55 and DE. RGB value is (194,85,222). Sum of RGB (Red+Green+Blue) = 194+85+222=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #C255DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C255DE is #3DAA21. Grayscale: #848484. Windows color (decimal): -4041250 or 14570946. OLE color: 14570946.

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

Color convert

RGB 194 85 222 -
CMYK 0.13 0.62 0 0.13
HSL 287.74º 0.67% 0.6% -
HSV(B) 287.74º 0.62% 0.87% -
XYZ 38.68 23.24 71.55 -
YUV 133.21 178.11 171.36 -
System Red Green Blue C M Y K H S L
Decimal 194 85 222 0.13 0.62 0 0.13 287.74 0.67 0.6
Hex C2 55 DE D 3E 0 D 120 43 3C
Octal 302 125 336 15 76 0 15 440 103 74
Binary 11000010 1010101 11011110 1101 111110 0 1101 100100000 1000011 111100

Color Harmonies of #C255DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C255DE

Black with #C255DE

Text Example


Text Example

White with #C255DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C255DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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