Html Css Color HEX #C632EA Medium Orchid

📋 copy color: '#C632EA'

red 198 ◦ green 50 ◦ blue 234

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

Shades of Medium Orchid #C632EA

Tints of Medium Orchid #C632EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.55%

R = 41.08%
G = 10.37%
B = 48.55%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C632EA (or 0xC632EA) is known color: Medium Orchid. HEX triplet: C6, 32 and EA. RGB value is (198,50,234). Sum of RGB (Red+Green+Blue) = 198+50+234=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #C632EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C632EA is #39CD15. Grayscale: #727272. Windows color (decimal): -3788054 or 15348422. OLE color: 15348422.

HSL color Cylindrical-coordinate representation of color #C632EA: hue angle of 288.26º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C632EA is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 50 234 -
CMYK 0.15 0.79 0 0.08
HSL 288.26º 0.81% 0.56% -
HSV(B) 288.26º 0.79% 0.92% -
XYZ 39.28 20.23 79.68 -
YUV 115.23 195.03 187.04 -
System Red Green Blue C M Y K H S L
Decimal 198 50 234 0.15 0.79 0 0.08 288.26 0.81 0.56
Hex C6 32 EA F 4F 0 8 120 51 38
Octal 306 62 352 17 117 0 10 440 121 70
Binary 11000110 110010 11101010 1111 1001111 0 1000 100100000 1010001 111000

Color Harmonies of #C632EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C632EA

Black with #C632EA

Text Example


Text Example

White with #C632EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C632EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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