Html Css Color HEX #C634E0 Medium Orchid

📋 copy color: '#C634E0'

red 198 ◦ green 52 ◦ blue 224

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

Shades of Medium Orchid #C634E0

Tints of Medium Orchid #C634E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.26%

R = 41.77%
G = 10.97%
B = 47.26%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C634E0 (or 0xC634E0) is known color: Medium Orchid. HEX triplet: C6, 34 and E0. RGB value is (198,52,224). Sum of RGB (Red+Green+Blue) = 198+52+224=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 52 (20.70% from 255 or 10.97% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #C634E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C634E0 is #39CB1F. Grayscale: #727272. Windows color (decimal): -3787552 or 14693574. OLE color: 14693574.

HSL color Cylindrical-coordinate representation of color #C634E0: hue angle of 290.93º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C634E0 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 52 224 -
CMYK 0.12 0.77 0 0.12
HSL 290.93º 0.74% 0.54% -
HSV(B) 290.93º 0.77% 0.88% -
XYZ 37.97 19.84 72.35 -
YUV 115.26 189.37 187.01 -
System Red Green Blue C M Y K H S L
Decimal 198 52 224 0.12 0.77 0 0.12 290.93 0.74 0.54
Hex C6 34 E0 C 4D 0 C 123 4A 36
Octal 306 64 340 14 115 0 14 443 112 66
Binary 11000110 110100 11100000 1100 1001101 0 1100 100100011 1001010 110110

Color Harmonies of #C634E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C634E0

Black with #C634E0

Text Example


Text Example

White with #C634E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C634E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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