Html Css Color HEX #C634DE Medium Orchid

📋 copy color: '#C634DE'

red 198 ◦ green 52 ◦ blue 222

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

Shades of Medium Orchid #C634DE

Tints of Medium Orchid #C634DE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.02%

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

R = 41.95%
G = 11.02%
B = 47.03%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C634DE (or 0xC634DE) is known color: Medium Orchid. HEX triplet: C6, 34 and DE. RGB value is (198,52,222). Sum of RGB (Red+Green+Blue) = 198+52+222=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #C634DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C634DE is #39CB21. Grayscale: #727272. Windows color (decimal): -3787554 or 14562502. OLE color: 14562502.

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

Color convert

RGB 198 52 222 -
CMYK 0.11 0.77 0 0.13
HSL 291.53º 0.72% 0.54% -
HSV(B) 291.53º 0.77% 0.87% -
XYZ 37.7 19.74 70.93 -
YUV 115.03 188.37 187.18 -
System Red Green Blue C M Y K H S L
Decimal 198 52 222 0.11 0.77 0 0.13 291.53 0.72 0.54
Hex C6 34 DE B 4D 0 D 124 48 36
Octal 306 64 336 13 115 0 15 444 110 66
Binary 11000110 110100 11011110 1011 1001101 0 1101 100100100 1001000 110110

Color Harmonies of #C634DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C634DE

Black with #C634DE

Text Example


Text Example

White with #C634DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C634DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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