Html Css Color HEX #C643FC Medium Orchid

📋 copy color: '#C643FC'

red 198 ◦ green 67 ◦ blue 252

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

Shades of Medium Orchid #C643FC

Tints of Medium Orchid #C643FC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 12.96%

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

R = 38.3%
G = 12.96%
B = 48.74%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C643FC (or 0xC643FC) is known color: Medium Orchid. HEX triplet: C6, 43 and FC. RGB value is (198,67,252). Sum of RGB (Red+Green+Blue) = 198+67+252=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 67 (26.56% from 255 or 12.96% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #C643FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C643FC is #39BC03. Grayscale: #7E7E7E. Windows color (decimal): -3783684 or 16532422. OLE color: 16532422.

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

Color convert

RGB 198 67 252 -
CMYK 0.21 0.73 0 0.01
HSL 282.49º 0.97% 0.63% -
HSV(B) 282.49º 0.73% 0.99% -
XYZ 42.87 23.05 94.28 -
YUV 127.26 198.4 178.46 -
System Red Green Blue C M Y K H S L
Decimal 198 67 252 0.21 0.73 0 0.01 282.49 0.97 0.63
Hex C6 43 FC 15 49 0 1 11A 61 3F
Octal 306 103 374 25 111 0 1 432 141 77
Binary 11000110 1000011 11111100 10101 1001001 0 1 100011010 1100001 111111

Color Harmonies of #C643FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C643FC

Black with #C643FC

Text Example


Text Example

White with #C643FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C643FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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