Html Css Color HEX #C255CE Medium Orchid

📋 copy color: '#C255CE'

red 194 ◦ green 85 ◦ blue 206

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

Shades of Medium Orchid #C255CE

Tints of Medium Orchid #C255CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.47%

R = 40%
G = 17.53%
B = 42.47%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C255CE (or 0xC255CE) is known color: Medium Orchid. HEX triplet: C2, 55 and CE. RGB value is (194,85,206). Sum of RGB (Red+Green+Blue) = 194+85+206=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #C255CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C255CE is #3DAA31. Grayscale: #838383. Windows color (decimal): -4041266 or 13522370. OLE color: 13522370.

HSL color Cylindrical-coordinate representation of color #C255CE: hue angle of 294.05º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C255CE is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 85 206 -
CMYK 0.06 0.59 0 0.19
HSL 294.05º 0.55% 0.57% -
HSV(B) 294.05º 0.59% 0.81% -
XYZ 36.64 22.42 60.79 -
YUV 131.39 170.11 172.66 -
System Red Green Blue C M Y K H S L
Decimal 194 85 206 0.06 0.59 0 0.19 294.05 0.55 0.57
Hex C2 55 CE 6 3B 0 13 126 37 39
Octal 302 125 316 6 73 0 23 446 67 71
Binary 11000010 1010101 11001110 110 111011 0 10011 100100110 110111 111001

Color Harmonies of #C255CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C255CE

Black with #C255CE

Text Example


Text Example

White with #C255CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C255CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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