Html Css Color HEX #C635DD Medium Orchid

📋 copy color: '#C635DD'

red 198 ◦ green 53 ◦ blue 221

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

Shades of Medium Orchid #C635DD

Tints of Medium Orchid #C635DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.82%

R = 41.95%
G = 11.23%
B = 46.82%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C635DD (or 0xC635DD) is known color: Medium Orchid. HEX triplet: C6, 35 and DD. RGB value is (198,53,221). Sum of RGB (Red+Green+Blue) = 198+53+221=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 53 (21.09% from 255 or 11.23% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #C635DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C635DD is #39CA22. Grayscale: #727272. Windows color (decimal): -3787299 or 14497222. OLE color: 14497222.

HSL color Cylindrical-coordinate representation of color #C635DD: hue angle of 291.79º degrees, saturation: 0.71, 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 #C635DD is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 53 221 -
CMYK 0.10 0.76 0 0.13
HSL 291.79º 0.71% 0.54% -
HSV(B) 291.79º 0.76% 0.87% -
XYZ 37.61 19.77 70.24 -
YUV 115.51 187.54 186.84 -
System Red Green Blue C M Y K H S L
Decimal 198 53 221 0.10 0.76 0 0.13 291.79 0.71 0.54
Hex C6 35 DD A 4C 0 D 124 47 36
Octal 306 65 335 12 114 0 15 444 107 66
Binary 11000110 110101 11011101 1010 1001100 0 1101 100100100 1000111 110110

Color Harmonies of #C635DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C635DD

Black with #C635DD

Text Example


Text Example

White with #C635DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C635DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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