Html Css Color HEX #C635DE Medium Orchid

📋 copy color: '#C635DE'

red 198 ◦ green 53 ◦ blue 222

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

Shades of Medium Orchid #C635DE

Tints of Medium Orchid #C635DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.93%

R = 41.86%
G = 11.21%
B = 46.93%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C635DE (or 0xC635DE) is known color: Medium Orchid. HEX triplet: C6, 35 and DE. RGB value is (198,53,222). Sum of RGB (Red+Green+Blue) = 198+53+222=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 53 (21.09% from 255 or 11.21% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #C635DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C635DE is #39CA21. Grayscale: #737373. Windows color (decimal): -3787298 or 14562758. OLE color: 14562758.

HSL color Cylindrical-coordinate representation of color #C635DE: hue angle of 291.48º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C635DE is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 53 222 -
CMYK 0.11 0.76 0 0.13
HSL 291.48º 0.72% 0.54% -
HSV(B) 291.48º 0.76% 0.87% -
XYZ 37.75 19.83 70.94 -
YUV 115.62 188.04 186.76 -
System Red Green Blue C M Y K H S L
Decimal 198 53 222 0.11 0.76 0 0.13 291.48 0.72 0.54
Hex C6 35 DE B 4C 0 D 123 48 36
Octal 306 65 336 13 114 0 15 443 110 66
Binary 11000110 110101 11011110 1011 1001100 0 1101 100100011 1001000 110110

Color Harmonies of #C635DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C635DE

Black with #C635DE

Text Example


Text Example

White with #C635DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C635DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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