Html Css Color HEX #C251CE Medium Orchid

📋 copy color: '#C251CE'

red 194 ◦ green 81 ◦ blue 206

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

Shades of Medium Orchid #C251CE

Tints of Medium Orchid #C251CE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.84%

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

R = 40.33%
G = 16.84%
B = 42.83%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C251CE (or 0xC251CE) is known color: Medium Orchid. HEX triplet: C2, 51 and CE. RGB value is (194,81,206). Sum of RGB (Red+Green+Blue) = 194+81+206=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #C251CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C251CE is #3DAE31. Grayscale: #808080. Windows color (decimal): -4042290 or 13521346. OLE color: 13521346.

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

Color convert

RGB 194 81 206 -
CMYK 0.06 0.61 0 0.19
HSL 294.24º 0.56% 0.56% -
HSV(B) 294.24º 0.61% 0.81% -
XYZ 36.33 21.81 60.69 -
YUV 129.04 171.44 174.34 -
System Red Green Blue C M Y K H S L
Decimal 194 81 206 0.06 0.61 0 0.19 294.24 0.56 0.56
Hex C2 51 CE 6 3D 0 13 126 38 38
Octal 302 121 316 6 75 0 23 446 70 70
Binary 11000010 1010001 11001110 110 111101 0 10011 100100110 111000 111000

Color Harmonies of #C251CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C251CE

Black with #C251CE

Text Example


Text Example

White with #C251CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C251CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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