Html Css Color HEX #C648FA Medium Orchid

📋 copy color: '#C648FA'

red 198 ◦ green 72 ◦ blue 250

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

Shades of Medium Orchid #C648FA

Tints of Medium Orchid #C648FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.08%

R = 38.08%
G = 13.85%
B = 48.08%

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

#C648FA (or 0xC648FA) is known color: Medium Orchid. HEX triplet: C6, 48 and FA. RGB value is (198,72,250). Sum of RGB (Red+Green+Blue) = 198+72+250=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #C648FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C648FA is #39B705. Grayscale: #818181. Windows color (decimal): -3782406 or 16402630. OLE color: 16402630.

HSL color Cylindrical-coordinate representation of color #C648FA: hue angle of 282.47º degrees, saturation: 0.95, 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 #C648FA is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 72 250 -
CMYK 0.21 0.71 0 0.02
HSL 282.47º 0.95% 0.63% -
HSV(B) 282.47º 0.71% 0.98% -
XYZ 42.86 23.54 92.73 -
YUV 129.97 195.74 176.53 -
System Red Green Blue C M Y K H S L
Decimal 198 72 250 0.21 0.71 0 0.02 282.47 0.95 0.63
Hex C6 48 FA 15 47 0 2 11A 5F 3F
Octal 306 110 372 25 107 0 2 432 137 77
Binary 11000110 1001000 11111010 10101 1000111 0 10 100011010 1011111 111111

Color Harmonies of #C648FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C648FA

Black with #C648FA

Text Example


Text Example

White with #C648FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C648FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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