Html Css Color HEX #C647FC Medium Orchid

📋 copy color: '#C647FC'

red 198 ◦ green 71 ◦ blue 252

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

Shades of Medium Orchid #C647FC

Tints of Medium Orchid #C647FC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.63%

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

R = 38%
G = 13.63%
B = 48.37%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C647FC (or 0xC647FC) is known color: Medium Orchid. HEX triplet: C6, 47 and FC. RGB value is (198,71,252). Sum of RGB (Red+Green+Blue) = 198+71+252=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 71 (28.12% from 255 or 13.63% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #C647FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C647FC is #39B803. Grayscale: #818181. Windows color (decimal): -3782660 or 16533446. OLE color: 16533446.

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

Color convert

RGB 198 71 252 -
CMYK 0.21 0.72 0 0.01
HSL 282.1º 0.97% 0.63% -
HSV(B) 282.1º 0.72% 0.99% -
XYZ 43.11 23.54 94.37 -
YUV 129.61 197.08 176.78 -
System Red Green Blue C M Y K H S L
Decimal 198 71 252 0.21 0.72 0 0.01 282.1 0.97 0.63
Hex C6 47 FC 15 48 0 1 11A 61 3F
Octal 306 107 374 25 110 0 1 432 141 77
Binary 11000110 1000111 11111100 10101 1001000 0 1 100011010 1100001 111111

Color Harmonies of #C647FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C647FC

Black with #C647FC

Text Example


Text Example

White with #C647FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C647FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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