Html Css Color HEX #C636FA Medium Orchid

📋 copy color: '#C636FA'

red 198 ◦ green 54 ◦ blue 250

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

Shades of Medium Orchid #C636FA

Tints of Medium Orchid #C636FA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.76%

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

R = 39.44%
G = 10.76%
B = 49.8%

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

#C636FA (or 0xC636FA) is known color: Medium Orchid. HEX triplet: C6, 36 and FA. RGB value is (198,54,250). Sum of RGB (Red+Green+Blue) = 198+54+250=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 54 (21.48% from 255 or 10.76% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #C636FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C636FA is #39C905. Grayscale: #767676. Windows color (decimal): -3787014 or 16398022. OLE color: 16398022.

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

Color convert

RGB 198 54 250 -
CMYK 0.21 0.78 0 0.02
HSL 284.08º 0.95% 0.6% -
HSV(B) 284.08º 0.78% 0.98% -
XYZ 41.86 21.55 92.39 -
YUV 119.4 201.71 184.06 -
System Red Green Blue C M Y K H S L
Decimal 198 54 250 0.21 0.78 0 0.02 284.08 0.95 0.6
Hex C6 36 FA 15 4E 0 2 11C 5F 3C
Octal 306 66 372 25 116 0 2 434 137 74
Binary 11000110 110110 11111010 10101 1001110 0 10 100011100 1011111 111100

Color Harmonies of #C636FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C636FA

Black with #C636FA

Text Example


Text Example

White with #C636FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C636FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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