Html Css Color HEX #C648FC Medium Orchid

📋 copy color: '#C648FC'

red 198 ◦ green 72 ◦ blue 252

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

Shades of Medium Orchid #C648FC

Tints of Medium Orchid #C648FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.28%

R = 37.93%
G = 13.79%
B = 48.28%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C648FC (or 0xC648FC) is known color: Medium Orchid. HEX triplet: C6, 48 and FC. RGB value is (198,72,252). Sum of RGB (Red+Green+Blue) = 198+72+252=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 72 (28.52% from 255 or 13.79% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #C648FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C648FC is #39B703. Grayscale: #818181. Windows color (decimal): -3782404 or 16533702. OLE color: 16533702.

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

Color convert

RGB 198 72 252 -
CMYK 0.21 0.71 0 0.01
HSL 282º 0.97% 0.64% -
HSV(B) 282º 0.71% 0.99% -
XYZ 43.18 23.67 94.39 -
YUV 130.19 196.74 176.36 -
System Red Green Blue C M Y K H S L
Decimal 198 72 252 0.21 0.71 0 0.01 282 0.97 0.64
Hex C6 48 FC 15 47 0 1 11A 61 40
Octal 306 110 374 25 107 0 1 432 141 100
Binary 11000110 1001000 11111100 10101 1000111 0 1 100011010 1100001 1000000

Color Harmonies of #C648FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C648FC

Black with #C648FC

Text Example


Text Example

White with #C648FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C648FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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