Html Css Color HEX #C250CF Medium Orchid

📋 copy color: '#C250CF'

red 194 ◦ green 80 ◦ blue 207

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

Shades of Medium Orchid #C250CF

Tints of Medium Orchid #C250CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.04%

R = 40.33%
G = 16.63%
B = 43.04%

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

#C250CF (or 0xC250CF) is known color: Medium Orchid. HEX triplet: C2, 50 and CF. RGB value is (194,80,207). Sum of RGB (Red+Green+Blue) = 194+80+207=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #C250CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C250CF is #3DAF30. Grayscale: #808080. Windows color (decimal): -4042545 or 13586626. OLE color: 13586626.

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

Color convert

RGB 194 80 207 -
CMYK 0.06 0.61 0 0.19
HSL 293.86º 0.57% 0.56% -
HSV(B) 293.86º 0.61% 0.81% -
XYZ 36.38 21.71 61.3 -
YUV 128.56 172.27 174.67 -
System Red Green Blue C M Y K H S L
Decimal 194 80 207 0.06 0.61 0 0.19 293.86 0.57 0.56
Hex C2 50 CF 6 3D 0 13 126 39 38
Octal 302 120 317 6 75 0 23 446 71 70
Binary 11000010 1010000 11001111 110 111101 0 10011 100100110 111001 111000

Color Harmonies of #C250CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C250CF

Black with #C250CF

Text Example


Text Example

White with #C250CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C250CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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