Html Css Color HEX #C646FC Medium Orchid

📋 copy color: '#C646FC'

red 198 ◦ green 70 ◦ blue 252

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

Shades of Medium Orchid #C646FC

Tints of Medium Orchid #C646FC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.46%

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

R = 38.08%
G = 13.46%
B = 48.46%

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

#C646FC (or 0xC646FC) is known color: Medium Orchid. HEX triplet: C6, 46 and FC. RGB value is (198,70,252). Sum of RGB (Red+Green+Blue) = 198+70+252=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 70 (27.73% from 255 or 13.46% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #C646FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C646FC is #39B903. Grayscale: #808080. Windows color (decimal): -3782916 or 16533190. OLE color: 16533190.

HSL color Cylindrical-coordinate representation of color #C646FC: hue angle of 282.2º 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 #C646FC is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 70 252 -
CMYK 0.21 0.72 0 0.01
HSL 282.2º 0.97% 0.63% -
HSV(B) 282.2º 0.72% 0.99% -
XYZ 43.05 23.41 94.35 -
YUV 129.02 197.41 177.2 -
System Red Green Blue C M Y K H S L
Decimal 198 70 252 0.21 0.72 0 0.01 282.2 0.97 0.63
Hex C6 46 FC 15 48 0 1 11A 61 3F
Octal 306 106 374 25 110 0 1 432 141 77
Binary 11000110 1000110 11111100 10101 1001000 0 1 100011010 1100001 111111

Color Harmonies of #C646FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C646FC

Black with #C646FC

Text Example


Text Example

White with #C646FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C646FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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