Html Css Color HEX #C632E6 Medium Orchid

📋 copy color: '#C632E6'

red 198 ◦ green 50 ◦ blue 230

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

Shades of Medium Orchid #C632E6

Tints of Medium Orchid #C632E6

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.46%

 BLUE value IS 230 (90.23% from 255) = 48.12%

R = 41.42%
G = 10.46%
B = 48.12%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C632E6 (or 0xC632E6) is known color: Medium Orchid. HEX triplet: C6, 32 and E6. RGB value is (198,50,230). Sum of RGB (Red+Green+Blue) = 198+50+230=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 50 (19.92% from 255 or 10.46% from 478); Blue value is 230 (90.23% from 255 or 48.12% from 478); Max value from RGB is 230 - color contains mainly: blue. Hex color #C632E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C632E6 is #39CD19. Grayscale: #727272. Windows color (decimal): -3788058 or 15086278. OLE color: 15086278.

HSL color Cylindrical-coordinate representation of color #C632E6: hue angle of 289.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C632E6 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 198 50 230 -
CMYK 0.14 0.78 0 0.10
HSL 289.33º 0.78% 0.55% -
HSV(B) 289.33º 0.78% 0.9% -
XYZ 38.71 20 76.68 -
YUV 114.77 193.03 187.36 -
System Red Green Blue C M Y K H S L
Decimal 198 50 230 0.14 0.78 0 0.10 289.33 0.78 0.55
Hex C6 32 E6 E 4E 0 A 121 4E 37
Octal 306 62 346 16 116 0 12 441 116 67
Binary 11000110 110010 11100110 1110 1001110 0 1010 100100001 1001110 110111

Color Harmonies of #C632E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C632E6

Black with #C632E6

Text Example


Text Example

White with #C632E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C632E6; }

 p { color: rgb(198,50,230); }

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

background-color css

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

 a { background-color: rgb(198,50,230); }

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

border-color css

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

 span { border-color: rgb(198,50,230); }

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