Html Css Color HEX #C250CE Medium Orchid

📋 copy color: '#C250CE'

red 194 ◦ green 80 ◦ blue 206

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

Shades of Medium Orchid #C250CE

Tints of Medium Orchid #C250CE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.67%

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

R = 40.42%
G = 16.67%
B = 42.92%

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

#C250CE (or 0xC250CE) is known color: Medium Orchid. HEX triplet: C2, 50 and CE. RGB value is (194,80,206). Sum of RGB (Red+Green+Blue) = 194+80+206=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #C250CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C250CE is #3DAF31. Grayscale: #808080. Windows color (decimal): -4042546 or 13521090. OLE color: 13521090.

HSL color Cylindrical-coordinate representation of color #C250CE: hue angle of 294.29º 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 #C250CE is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 80 206 -
CMYK 0.06 0.61 0 0.19
HSL 294.29º 0.56% 0.56% -
HSV(B) 294.29º 0.61% 0.81% -
XYZ 36.26 21.66 60.66 -
YUV 128.45 171.77 174.75 -
System Red Green Blue C M Y K H S L
Decimal 194 80 206 0.06 0.61 0 0.19 294.29 0.56 0.56
Hex C2 50 CE 6 3D 0 13 126 38 38
Octal 302 120 316 6 75 0 23 446 70 70
Binary 11000010 1010000 11001110 110 111101 0 10011 100100110 111000 111000

Color Harmonies of #C250CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C250CE

Black with #C250CE

Text Example


Text Example

White with #C250CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C250CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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