Html Css Color HEX #C646FA Medium Orchid

📋 copy color: '#C646FA'

red 198 ◦ green 70 ◦ blue 250

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

Shades of Medium Orchid #C646FA

Tints of Medium Orchid #C646FA

RGB

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

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

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

R = 38.22%
G = 13.51%
B = 48.26%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C646FA (or 0xC646FA) is known color: Medium Orchid. HEX triplet: C6, 46 and FA. RGB value is (198,70,250). Sum of RGB (Red+Green+Blue) = 198+70+250=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 70 (27.73% from 255 or 13.51% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #C646FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C646FA is #39B905. Grayscale: #808080. Windows color (decimal): -3782918 or 16402118. OLE color: 16402118.

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

Color convert

RGB 198 70 250 -
CMYK 0.21 0.72 0 0.02
HSL 282.67º 0.95% 0.63% -
HSV(B) 282.67º 0.72% 0.98% -
XYZ 42.73 23.29 92.69 -
YUV 128.79 196.41 177.36 -
System Red Green Blue C M Y K H S L
Decimal 198 70 250 0.21 0.72 0 0.02 282.67 0.95 0.63
Hex C6 46 FA 15 48 0 2 11B 5F 3F
Octal 306 106 372 25 110 0 2 433 137 77
Binary 11000110 1000110 11111010 10101 1001000 0 10 100011011 1011111 111111

Color Harmonies of #C646FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C646FA

Black with #C646FA

Text Example


Text Example

White with #C646FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C646FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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