Html Css Color HEX #C648FE Medium Orchid

📋 copy color: '#C648FE'

red 198 ◦ green 72 ◦ blue 254

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

Shades of Medium Orchid #C648FE

Tints of Medium Orchid #C648FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.74%

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

R = 37.79%
G = 13.74%
B = 48.47%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C648FE (or 0xC648FE) is known color: Medium Orchid. HEX triplet: C6, 48 and FE. RGB value is (198,72,254). Sum of RGB (Red+Green+Blue) = 198+72+254=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 72 (28.52% from 255 or 13.74% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #C648FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C648FE is #39B701. Grayscale: #818181. Windows color (decimal): -3782402 or 16664774. OLE color: 16664774.

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

Color convert

RGB 198 72 254 -
CMYK 0.22 0.72 0 0.00
HSL 281.54º 0.99% 0.64% -
HSV(B) 281.54º 0.72% 1% -
XYZ 43.5 23.8 96.07 -
YUV 130.42 197.74 176.2 -
System Red Green Blue C M Y K H S L
Decimal 198 72 254 0.22 0.72 0 0.00 281.54 0.99 0.64
Hex C6 48 FE 16 48 0 0 11A 63 40
Octal 306 110 376 26 110 0 0 432 143 100
Binary 11000110 1001000 11111110 10110 1001000 0 0 100011010 1100011 1000000

Color Harmonies of #C648FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C648FE

Black with #C648FE

Text Example


Text Example

White with #C648FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C648FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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