Html Css Color HEX #C650FB Medium Orchid

📋 copy color: '#C650FB'

red 198 ◦ green 80 ◦ blue 251

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

Shades of Medium Orchid #C650FB

Tints of Medium Orchid #C650FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.45%

R = 37.43%
G = 15.12%
B = 47.45%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C650FB (or 0xC650FB) is known color: Medium Orchid. HEX triplet: C6, 50 and FB. RGB value is (198,80,251). Sum of RGB (Red+Green+Blue) = 198+80+251=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 80 (31.64% from 255 or 15.12% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #C650FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C650FB is #39AF04. Grayscale: #868686. Windows color (decimal): -3780357 or 16470214. OLE color: 16470214.

HSL color Cylindrical-coordinate representation of color #C650FB: hue angle of 281.4º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C650FB is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 80 251 -
CMYK 0.21 0.68 0 0.02
HSL 281.4º 0.96% 0.65% -
HSV(B) 281.4º 0.68% 0.98% -
XYZ 43.57 24.71 93.74 -
YUV 134.78 193.59 173.1 -
System Red Green Blue C M Y K H S L
Decimal 198 80 251 0.21 0.68 0 0.02 281.4 0.96 0.65
Hex C6 50 FB 15 44 0 2 119 60 41
Octal 306 120 373 25 104 0 2 431 140 101
Binary 11000110 1010000 11111011 10101 1000100 0 10 100011001 1100000 1000001

Color Harmonies of #C650FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C650FB

Black with #C650FB

Text Example


Text Example

White with #C650FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C650FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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