Html Css Color HEX #C635D6 Medium Orchid

📋 copy color: '#C635D6'

red 198 ◦ green 53 ◦ blue 214

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

Shades of Medium Orchid #C635D6

Tints of Medium Orchid #C635D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.02%

R = 42.58%
G = 11.4%
B = 46.02%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C635D6 (or 0xC635D6) is known color: Medium Orchid. HEX triplet: C6, 35 and D6. RGB value is (198,53,214). Sum of RGB (Red+Green+Blue) = 198+53+214=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 53 (21.09% from 255 or 11.40% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 214 - color contains mainly: blue. Hex color #C635D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C635D6 is #39CA29. Grayscale: #727272. Windows color (decimal): -3787306 or 14038470. OLE color: 14038470.

HSL color Cylindrical-coordinate representation of color #C635D6: hue angle of 294.04º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C635D6 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 53 214 -
CMYK 0.07 0.75 0 0.16
HSL 294.04º 0.66% 0.52% -
HSV(B) 294.04º 0.75% 0.84% -
XYZ 36.7 19.41 65.43 -
YUV 114.71 184.04 187.41 -
System Red Green Blue C M Y K H S L
Decimal 198 53 214 0.07 0.75 0 0.16 294.04 0.66 0.52
Hex C6 35 D6 7 4B 0 10 126 42 34
Octal 306 65 326 7 113 0 20 446 102 64
Binary 11000110 110101 11010110 111 1001011 0 10000 100100110 1000010 110100

Color Harmonies of #C635D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C635D6

Black with #C635D6

Text Example


Text Example

White with #C635D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C635D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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