Html Css Color HEX #C650EF Medium Orchid

📋 copy color: '#C650EF'

red 198 ◦ green 80 ◦ blue 239

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

Shades of Medium Orchid #C650EF

Tints of Medium Orchid #C650EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.23%

R = 38.3%
G = 15.47%
B = 46.23%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C650EF (or 0xC650EF) is known color: Medium Orchid. HEX triplet: C6, 50 and EF. RGB value is (198,80,239). Sum of RGB (Red+Green+Blue) = 198+80+239=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #C650EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C650EF is #39AF10. Grayscale: #848484. Windows color (decimal): -3780369 or 15683782. OLE color: 15683782.

HSL color Cylindrical-coordinate representation of color #C650EF: hue angle of 284.53º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C650EF is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 80 239 -
CMYK 0.17 0.67 0 0.06
HSL 284.53º 0.83% 0.63% -
HSV(B) 284.53º 0.67% 0.94% -
XYZ 41.74 23.98 84.09 -
YUV 133.41 187.59 174.07 -
System Red Green Blue C M Y K H S L
Decimal 198 80 239 0.17 0.67 0 0.06 284.53 0.83 0.63
Hex C6 50 EF 11 43 0 6 11D 53 3F
Octal 306 120 357 21 103 0 6 435 123 77
Binary 11000110 1010000 11101111 10001 1000011 0 110 100011101 1010011 111111

Color Harmonies of #C650EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C650EF

Black with #C650EF

Text Example


Text Example

White with #C650EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C650EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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