Html Css Color HEX #C635FA Medium Orchid

📋 copy color: '#C635FA'

red 198 ◦ green 53 ◦ blue 250

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

Shades of Medium Orchid #C635FA

Tints of Medium Orchid #C635FA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.58%

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

R = 39.52%
G = 10.58%
B = 49.9%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C635FA (or 0xC635FA) is known color: Medium Orchid. HEX triplet: C6, 35 and FA. RGB value is (198,53,250). Sum of RGB (Red+Green+Blue) = 198+53+250=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 53 (21.09% from 255 or 10.58% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #C635FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C635FA is #39CA05. Grayscale: #767676. Windows color (decimal): -3787270 or 16397766. OLE color: 16397766.

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

Color convert

RGB 198 53 250 -
CMYK 0.21 0.79 0 0.02
HSL 284.16º 0.95% 0.59% -
HSV(B) 284.16º 0.79% 0.98% -
XYZ 41.82 21.45 92.38 -
YUV 118.81 202.04 184.48 -
System Red Green Blue C M Y K H S L
Decimal 198 53 250 0.21 0.79 0 0.02 284.16 0.95 0.59
Hex C6 35 FA 15 4F 0 2 11C 5F 3B
Octal 306 65 372 25 117 0 2 434 137 73
Binary 11000110 110101 11111010 10101 1001111 0 10 100011100 1011111 111011

Color Harmonies of #C635FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C635FA

Black with #C635FA

Text Example


Text Example

White with #C635FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C635FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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