Html Css Color HEX #C635F2 Medium Orchid

📋 copy color: '#C635F2'

red 198 ◦ green 53 ◦ blue 242

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

Shades of Medium Orchid #C635F2

Tints of Medium Orchid #C635F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.09%

R = 40.16%
G = 10.75%
B = 49.09%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C635F2 (or 0xC635F2) is known color: Medium Orchid. HEX triplet: C6, 35 and F2. RGB value is (198,53,242). Sum of RGB (Red+Green+Blue) = 198+53+242=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 53 (21.09% from 255 or 10.75% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #C635F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C635F2 is #39CA0D. Grayscale: #757575. Windows color (decimal): -3787278 or 15873478. OLE color: 15873478.

HSL color Cylindrical-coordinate representation of color #C635F2: hue angle of 286.03º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C635F2 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 53 242 -
CMYK 0.18 0.78 0 0.05
HSL 286.03º 0.88% 0.58% -
HSV(B) 286.03º 0.78% 0.95% -
XYZ 40.59 20.96 85.91 -
YUV 117.9 198.04 185.13 -
System Red Green Blue C M Y K H S L
Decimal 198 53 242 0.18 0.78 0 0.05 286.03 0.88 0.58
Hex C6 35 F2 12 4E 0 5 11E 58 3A
Octal 306 65 362 22 116 0 5 436 130 72
Binary 11000110 110101 11110010 10010 1001110 0 101 100011110 1011000 111010

Color Harmonies of #C635F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C635F2

Black with #C635F2

Text Example


Text Example

White with #C635F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C635F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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