Html Css Color HEX #C638FA Medium Orchid

📋 copy color: '#C638FA'

red 198 ◦ green 56 ◦ blue 250

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

Shades of Medium Orchid #C638FA

Tints of Medium Orchid #C638FA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.11%

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

R = 39.29%
G = 11.11%
B = 49.6%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C638FA (or 0xC638FA) is known color: Medium Orchid. HEX triplet: C6, 38 and FA. RGB value is (198,56,250). Sum of RGB (Red+Green+Blue) = 198+56+250=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 56 (22.27% from 255 or 11.11% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #C638FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C638FA is #39C705. Grayscale: #777777. Windows color (decimal): -3786502 or 16398534. OLE color: 16398534.

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

Color convert

RGB 198 56 250 -
CMYK 0.21 0.78 0 0.02
HSL 283.92º 0.95% 0.6% -
HSV(B) 283.92º 0.78% 0.98% -
XYZ 41.96 21.74 92.43 -
YUV 120.57 201.04 183.23 -
System Red Green Blue C M Y K H S L
Decimal 198 56 250 0.21 0.78 0 0.02 283.92 0.95 0.6
Hex C6 38 FA 15 4E 0 2 11C 5F 3C
Octal 306 70 372 25 116 0 2 434 137 74
Binary 11000110 111000 11111010 10101 1001110 0 10 100011100 1011111 111100

Color Harmonies of #C638FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C638FA

Black with #C638FA

Text Example


Text Example

White with #C638FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C638FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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