Html Css Color HEX #C649FE Medium Orchid

📋 copy color: '#C649FE'

red 198 ◦ green 73 ◦ blue 254

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

Shades of Medium Orchid #C649FE

Tints of Medium Orchid #C649FE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.9%

 BLUE value IS 254 (99.61% from 255) = 48.38%

R = 37.71%
G = 13.9%
B = 48.38%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C649FE (or 0xC649FE) is known color: Medium Orchid. HEX triplet: C6, 49 and FE. RGB value is (198,73,254). Sum of RGB (Red+Green+Blue) = 198+73+254=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 73 (28.91% from 255 or 13.90% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #C649FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C649FE is #39B601. Grayscale: #828282. Windows color (decimal): -3782146 or 16665030. OLE color: 16665030.

HSL color Cylindrical-coordinate representation of color #C649FE: hue angle of 281.44º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C649FE is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 198 73 254 -
CMYK 0.22 0.71 0 0.00
HSL 281.44º 0.99% 0.64% -
HSV(B) 281.44º 0.71% 1% -
XYZ 43.56 23.93 96.09 -
YUV 131.01 197.41 175.78 -
System Red Green Blue C M Y K H S L
Decimal 198 73 254 0.22 0.71 0 0.00 281.44 0.99 0.64
Hex C6 49 FE 16 47 0 0 119 63 40
Octal 306 111 376 26 107 0 0 431 143 100
Binary 11000110 1001001 11111110 10110 1000111 0 0 100011001 1100011 1000000

Color Harmonies of #C649FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C649FE

Black with #C649FE

Text Example


Text Example

White with #C649FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C649FE; }

 p { color: rgb(198,73,254); }

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

background-color css

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

 a { background-color: rgb(198,73,254); }

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

border-color css

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

 span { border-color: rgb(198,73,254); }

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