Html Css Color HEX #C648FB Medium Orchid

📋 copy color: '#C648FB'

red 198 ◦ green 72 ◦ blue 251

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

Shades of Medium Orchid #C648FB

Tints of Medium Orchid #C648FB

RGB

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

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

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

R = 38%
G = 13.82%
B = 48.18%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C648FB (or 0xC648FB) is known color: Medium Orchid. HEX triplet: C6, 48 and FB. RGB value is (198,72,251). Sum of RGB (Red+Green+Blue) = 198+72+251=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 72 (28.52% from 255 or 13.82% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #C648FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C648FB is #39B704. Grayscale: #818181. Windows color (decimal): -3782405 or 16468166. OLE color: 16468166.

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

Color convert

RGB 198 72 251 -
CMYK 0.21 0.71 0 0.02
HSL 282.23º 0.96% 0.63% -
HSV(B) 282.23º 0.71% 0.98% -
XYZ 43.02 23.61 93.56 -
YUV 130.08 196.24 176.45 -
System Red Green Blue C M Y K H S L
Decimal 198 72 251 0.21 0.71 0 0.02 282.23 0.96 0.63
Hex C6 48 FB 15 47 0 2 11A 60 3F
Octal 306 110 373 25 107 0 2 432 140 77
Binary 11000110 1001000 11111011 10101 1000111 0 10 100011010 1100000 111111

Color Harmonies of #C648FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C648FB

Black with #C648FB

Text Example


Text Example

White with #C648FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C648FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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