Html Css Color HEX #C650ED Medium Orchid

📋 copy color: '#C650ED'

red 198 ◦ green 80 ◦ blue 237

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

Shades of Medium Orchid #C650ED

Tints of Medium Orchid #C650ED

RGB

 RED value IS 198 (77.73% from 255) = 38.45%

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

 BLUE value IS 237 (92.97% from 255) = 46.02%

R = 38.45%
G = 15.53%
B = 46.02%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C650ED (or 0xC650ED) is known color: Medium Orchid. HEX triplet: C6, 50 and ED. RGB value is (198,80,237). Sum of RGB (Red+Green+Blue) = 198+80+237=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #C650ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C650ED is #39AF12. Grayscale: #848484. Windows color (decimal): -3780371 or 15552710. OLE color: 15552710.

HSL color Cylindrical-coordinate representation of color #C650ED: hue angle of 285.1º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C650ED is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 80 237 -
CMYK 0.16 0.66 0 0.07
HSL 285.1º 0.81% 0.62% -
HSV(B) 285.1º 0.66% 0.93% -
XYZ 41.44 23.86 82.54 -
YUV 133.18 186.59 174.23 -
System Red Green Blue C M Y K H S L
Decimal 198 80 237 0.16 0.66 0 0.07 285.1 0.81 0.62
Hex C6 50 ED 10 42 0 7 11D 51 3E
Octal 306 120 355 20 102 0 7 435 121 76
Binary 11000110 1010000 11101101 10000 1000010 0 111 100011101 1010001 111110

Color Harmonies of #C650ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C650ED

Black with #C650ED

Text Example


Text Example

White with #C650ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C650ED; }

 p { color: rgb(198,80,237); }

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

background-color css

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

 a { background-color: rgb(198,80,237); }

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

border-color css

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

 span { border-color: rgb(198,80,237); }

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